The smaller the source code the better!
I hope to see what kind of real problems be solved in such less lines of code and also pick some knowledge and practices from such code. Now of course many small projects may also have a large number of lines due to readme, license, test code, and such things but let us not count them for this discussion. Let us count the lines in only the actual program that serves the user (like things that are being invoked from main()).
This is not a request for code-golf kind of projects. But it is a request for projects that naturally turned out to be small or the ones which were never fully developed beyond PoC and yet turned out to be useful.
No comments yet.