I don't program in my spare time. Does that make me a bad developer?
61–70 of 156 posts
Re: I don't program in my spare time. Does that make me a bad developer?
#62I'd like to learn 3d, develop simple games, learn new languages and algorithms while still working on the startup product and maintain my corp job. Do you think it's possible?
Re: I don't program in my spare time. Does that make me a bad developer?
#63Re: I don't program in my spare time. Does that make me a bad developer?
#64Re: I don't program in my spare time. Does that make me a bad developer?
#65A good programmer should wake up at 6 am in the morning get a solid 2.5hrs of coding done by 8:30 am, at 8:30 leave for work, work till 6 (it goes without saying that the lunchbreak must be spent trying to learn the Haskell or if you are feeling lazy answering questions on stackoverflow). Commute from 6 to 6:30 (it's a bonus if you listen to a technical podcast during this time and no stuff like TWIT does not count,…
Re: I don't program in my spare time. Does that make me a bad developer?
#66That type of person will always be reading and writing code and solving problems. Spare time and work time all blurs if you are focused on a problem.
Re: I don't program in my spare time. Does that make me a bad developer?
#67A good programmer should wake up at 6 am in the morning get a solid 2.5hrs of coding done by 8:30 am, at 8:30 leave for work, work till 6 (it goes without saying that the lunchbreak must be spent trying to learn the Haskell or if you are feeling lazy answering questions on stackoverflow). Commute from 6 to 6:30 (it's a bonus if you listen to a technical podcast during this time and no stuff like TWIT does not count,…
Re: I don't program in my spare time. Does that make me a bad developer?
#68Re: I don't program in my spare time. Does that make me a bad developer?
#69Correlation does not equal causation. Asking whether not programming in your spare time makes you a bad developer is the wrong question. The right question is, What is it about certain/many good developers that leads them to program in their spare time? Pursue that something and you may end up programming in your spare time. Or starting a company such that your side project is your job. Or finding something really ex…
The right question is, What is it about certain/many good developers that leads them to program in their spare time? This is a good question, but it does lead me to a thought... why does it seem like most side projects are done by people for whom the predominance of their work appears to be side projects? Let me explain. Most of the programmers who produce large products, don't do much in the way of side projects. Ca…
1. http://git.kernel.org/?p=linux/kernel/git/torvalds/tracker.g...
2. http://git.kernel.org/?p=linux/kernel/git/torvalds/pesconver...
3. http://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary
Re: I don't program in my spare time. Does that make me a bad developer?
#70Earlier quoted context omitted.
What about the auxiliary scripts that need to be written for some tasks to automate some task that is ancillary to your product? If you are writing a ruby script for those tasks that are useful but could be done by brute force methods I don't see a problem with that. Automation of deployment or some menial task, sanitizing test data, gleaning statistics from a csv dump of the database, cron jobs, etc... I'm sure you…
>What about the auxiliary scripts that need to be written for some tasks to automate some task that is ancillary to your product? If you are writing a ruby script for those tasks that are useful but could be done by brute force methods I don't see a problem with that. Pfft. Any semi conservative workplace, anywhere: "What? No, who the hell would maintain it? Stick to ." Although I like to think I'm a bit cooler and d…