euler_bench
euler_bench copied to clipboard
Code style guide for bin/*
currently 3 spaces for indentation is not going over well.
correction it seems that my use of whitespace is unacceptable to some.
We need coding standard tests. Parrot has some very extensive examples that we can steal.
Should that extend to the solutions? or just the code that we put together?
I would say that it is more important to have coding standard tests for bin/, because those will be in continual development. But we can always run them on the implementations as well and then decide if we care.
Agreed, I personally do not care that much but this was an outgrowth of Eric complaining about my style and I figured that it would be good to just cement something in place in an effort to reduce the argument next time it shows up.