The Once and Future Rubinius
rubini.us
The Once and Future Rubinius
1–7 of 7 posts
Re: The Once and Future Rubinius
#2Having play with "Test Driven Development" just a bit, I feel like it tended to involve a lot of arrogant posturing with a flavor of "who needs design, who needs formal specs, if you've got the balls to write test and dive into the code, you can do anything without knowing anything".
It's not entirely unpleasant to see such reasoning break on the shoals of reality.
Edit: This sounds mean spirited but it seems like tail of the problems of 2007-8 programming styles.
Re: The Once and Future Rubinius
#3As I recall, Rubinius did things like attempt to document the Ruby Language through a series of test suites rather than the standard formal methods (Edit: they did have the quandary that Ruby had without much exact specifications but still, no number of test by themselves can formally capture a language). Having play with "Test Driven Development" just a bit, I feel like it tended to involve a lot of arrogant posturi…
Re: The Once and Future Rubinius
#4As I recall, Rubinius did things like attempt to document the Ruby Language through a series of test suites rather than the standard formal methods (Edit: they did have the quandary that Ruby had without much exact specifications but still, no number of test by themselves can formally capture a language). Having play with "Test Driven Development" just a bit, I feel like it tended to involve a lot of arrogant posturi…
both rubyspec and rubinius are alive and well, so there's really nothing that has "broken on the shoals of reality" or would justify your evident schadenfreude at the prospect.
Re: The Once and Future Rubinius
#5As I recall, Rubinius did things like attempt to document the Ruby Language through a series of test suites rather than the standard formal methods (Edit: they did have the quandary that Ruby had without much exact specifications but still, no number of test by themselves can formally capture a language). Having play with "Test Driven Development" just a bit, I feel like it tended to involve a lot of arrogant posturi…
Re: The Once and Future Rubinius
#6As I recall, Rubinius did things like attempt to document the Ruby Language through a series of test suites rather than the standard formal methods (Edit: they did have the quandary that Ruby had without much exact specifications but still, no number of test by themselves can formally capture a language). Having play with "Test Driven Development" just a bit, I feel like it tended to involve a lot of arrogant posturi…
If you've just played with TDD and never used it in a serious capacity, you're in no position to comment and your ignorance is almost so bad as to be offensive, especially your seeming delight at this strategy being perceived as having failed.
Code without tests is code that cannot be trusted.
Re: The Once and Future Rubinius
#7As I recall, Rubinius did things like attempt to document the Ruby Language through a series of test suites rather than the standard formal methods (Edit: they did have the quandary that Ruby had without much exact specifications but still, no number of test by themselves can formally capture a language). Having play with "Test Driven Development" just a bit, I feel like it tended to involve a lot of arrogant posturi…
Because formal specs are open to interpretation, have you seen how much POSIX formal specs differ between operating systems?
Unfortunely many on HN tend to think all UNIX are alike, which just shows how little have experiece writing portable UNIX system software.