[erlang-questions] How do you do TDD in vim?
Jesper Louis Andersen
jesper.louis.andersen@REDACTED
Fri Jan 21 15:31:21 CET 2011
On Fri, Jan 21, 2011 at 14:58, Fredrik Andersson <sedrik@REDACTED> wrote:
>
> Nice it was things like this I was looking for. If anyone has more stuff
> like this that is worth trying I am interesting, would love something
> eunit/quickcheck/proper/dialyzer specific stuff aswell
>
The rebar tool on the command line is a nice helper for running tests
and so on. It also has the distinct advantage that it is ${EDITOR}
agnostic. So should you some day decide that acme[1] is a better
editor, you can easily change to it. And your project is easier for
others to pick up, whether or not they use the same editor as you.
[1] http://en.wikipedia.org/wiki/Acme_(text_editor)
--
J.
More information about the erlang-questions
mailing list