8 ms·
That's what it's all about: to get something done and learn new things instead of (or in addition to) those long running, never finished side projects. I have a
by ggoerlich 10y ago
That's what it's all about: to get something done and learn new things instead of (or in addition to) those long running, never finished side projects. I have a long running project too, 1PPM are my side-side projects.
- Cyph0n 10y agoOne or two side projects is enough for me. Side side projects is taking it too far imo: there are other things I'd rather spend my time doing.
- exDM69 10y agoSounds like a good idea. What worries me a bit in this idea is that it takes a surprising amount of time to polish a project so that it is "done". Or at least left in a state where it is easy to pick up later, by yourself or someone else. I have tons of projects where the "beef" is mostly done but README, example code, tests, etc are lacking. Starting a project takes surprisingly long too. Setting up a build system, test framework, CI builds etc always take much longer than I anticipate. Keep these pitfalls in mind. Best of luck to you.