Hacker News new | ask | show | jobs
Show HN: SpeckJS – Comment Driven Development (speckjs.github.io)
16 points by Luke_Savage 3927 days ago
3 comments

Interesting - reminds me of Python's doctest[1] module and all the associated caveats, though!

1: https://docs.python.org/2/library/doctest.html

Amazing. And it even works with Atom :)

Is there a utility that automatically creates the test files in a specific directory? Would be nice to add speckjs to `package.json` so it builds and runs the tests before, for example, publishing. Is something like this possible? Or what would be the best way to automate the generation - is this even what you intended?

EDIT: I just tried it out and it doesn't seem to work for me (I'm probably doing something wrong :D) - would be great if you could help me out: https://github.com/speckjs/speckjs/issues/150

Woah, this is really cool!

Now .. who is going to write the vim plugin? :D