7 ms·
I love the praised projects "xxx in yyy lines of code in zzz". While the reality almost always is: not documented, not tested, badly written glue for some libra
by pleasecalllater 6y ago
I love the praised projects "xxx in yyy lines of code in zzz". While the reality almost always is: not documented, not tested, badly written glue for some libraries doing the real job.
I'd love to see here really well designed, documented, and implemented projects doing complicated stuff in simple way.
- penagwin 6y agoWeirdly this one does have tests, but they're in the execution section?
- miraculixx 6y agoIt's supposed to be self-contained which is why the tests are inside __main__. If I have the time I'll add a --selftest argument or so
- miraculixx 6y agoYou should look at the code before commenting (clearly, you did not). You might actually like this one.