vote up -1 vote down star

It is Saturday night at 9:37PM. Some people should be partying and bar-hopping.

But on free nights like today, what do you do? Do you start a new personal project? or do you work on your program for work?

If I refactor code for work, I know that, my work will be reduced during my work hour and the quality of my software will be improved. But if I work on a personal project, I will learn more.

I am stuck on a dilemma on this Saturday night.

What do you guys do? Work or Personal Project?

[EDIT1] By the way, if you are as lost and bored as I am, you can chat on #stackoverflow@irc.freenode.net
[EDIT2] I have tried to do some work, work on personal projects, and read RSS. I think I am going to stick with chatting on IRC and watch movies or something.

flag

Please be respectful and enter a reason for "close" vote. – Sung Meister Apr 12 at 1:56
There are only a limited number of reasons to close, it shouldn't be hard to guess which one applies. (I'm guessing not-programming-related - it wasn't my vote but I'm inclined to agree with it) – David Apr 12 at 2:03
@David; I am not sure how asking on a programming advice do not related to programming. But thank you for providing a feedback. I really appreciate it, there David. – Sung Meister Apr 12 at 2:05
Could be S&A (or at least just S) as there's no real possibility of a definite answer, you're asking what people do. There's a qualitative difference between "What's your favorite color?" and "Which color has the longest wavelength?". I want to see the answers so no close vote from me yet. – paxdiablo Apr 12 at 2:11
@Pax, updated tags to reflect your opnion. – Sung Meister Apr 12 at 2:15
show 5 more comments

closed as not programming related by Andy White, Kent Fredric, DJ, paxdiablo, Rich B Apr 13 at 18:17

14 Answers

vote up 8 vote down

Personal project! There are so many great new technologies (WPF, Silverlight, ROR, LINQ or pick your favorite in your tech ecosystem) to learn and play with that I don't get to touch at work. That's what weekends are for ;)

I also feel more refreshed to tackle the work projects if I take a break from them for the weekend. If I'm under deadline, I will work on them, but otherwise I try to learn something new.

link|flag
Thank you for providing your opinion there, Bryant. Let me consider that into consideration on this sleepless Saturday night. ;) – Sung Meister Apr 12 at 1:47
Doing work outside of work I find can get yourself far too invested in one place. It's nice to have "your own" stuff. – altCognito Apr 12 at 2:10
Some (i.e., me) would argue that weekends are for golf and swimming and stuff, not just a different variety of work :-) – paxdiablo Apr 12 at 2:12
@Pax IMO, weekends are for whatever relaxes and recharges you :) to some people it's golf, others is more of what they do at work but in their own way, and still others is more work for work ;) – Jason Coco Apr 12 at 2:18
@Pax: I'm guessing your in pretty good shape (like me). It's weird being a healthy programmer isn't it? (Joking) – Lucas McCoy Apr 12 at 2:20
show 4 more comments
vote up 6 vote down

I answer questions on Stackoverflow.

And cry.

link|flag
I don't get "And cry" part... – Sung Meister Apr 12 at 2:11
@Sung: Because I should be out somewhere drinking. But I'm not. I'm here on SO. – Jon B Apr 12 at 2:14
You'll get over the whole "I should be out drinking somewhere" desire eventually, JonB (from someone who did). Or you'll die horribly in a car crash or of liver failure :-) – paxdiablo Apr 12 at 2:16
I am actually drinking at home alone... – Sung Meister Apr 12 at 2:18
@Pax - That was slightly tongue-in-cheek. However, the fact remains, answering questions on SO on a Saturday night is not how I had planned for things to turn out :) – Jon B Apr 12 at 2:24
show 1 more comment
vote up 4 vote down

Option three: Freelance project! Learn something new AND get paid.

Other than that, go for a bike-ride, or a run. Meet some nice girls and/or boys and have a beer. Don't succumb to programmers sloutch. Try not to take so much pride in being a nerd (things I remind myself daily). Life is too short to work all the time.

/2ยข

link|flag
+1 for freelancing project. That's a smart way of learning something and getting paid for the effort. The problem though is finding them – DotnetDude Apr 12 at 3:26
vote up 2 vote down

I generally keep work for work. I'll read about various things that might be work-related on my own time but I will rarely do work outside work.

As for personal projects, after work I find it hard to get motivated to program. I have a couple of personal projects though (don't we all?).

As for learning something new, I've found that to be one of the most useful aspects of Stackoverflow. I learnt an awful lot of jQuery, as just one example, by answering questions on here. Reading books and tutorials are all fine for this kind of thing and I did start off that way but ultimately other programmers are the best resource for finding the sorts of issues and problems you'll face.

I would see questions like "How do I do ... in jQuery?" and I'd say to myself "That's an interesting question and one I'd like to know the answer to" and then go research it. Often by the time I came back it would've been answered. Sometimes not.

Sometimes I wouldn't even look at the answers and I'd see if I could answer the question myself. I could then go back to the answers and see if I'd found a good way of doing it or not based on the other answers. After awhile I'd post my answer if I felt it had something the others didn't (or there wasn't one yet) and other programmers would critique it by way of comments or just votes.

That's about the most useful feedback you can get when learning.

But I found that to be by far the most effective means for me learning some things.

link|flag
I am actually checking out SO and chatting on #stackoverflow on freenode. – Sung Meister Apr 12 at 1:59
vote up 2 vote down

Saturday night I would spend time with the kids then, once they're in bed, spend some time with the better half. Surely on Saturday night in NYC you can find something better to do than playing on the computer.

If (and that's a big if) I feel the need to work on code, there are items on my personal business commitments that state I should both:

  • self-educate to keep my skills current; and
  • do out-of-bounds (i.e., not directly related to the deliverables) work on the product to better understand it and potentially provide more value.

Both of these increase my chances of getting a bigger share of the bonus pool (which is fairly substantial and, in this environment, of keeping my job :-). But at the moment, I'm pretty well skilled up on everything I need to be other than the deeper intricacies of our product, so I'd probably choose option two above.

But that's me, your priorities are likely to be very different.

link|flag
+1 "increase my chances of getting a bigger share of the bonus pool" - Frandkly speaking, that's where my priorities stand. – Sung Meister Apr 12 at 2:12
As long as the money is not the end in itself - make sure you have a reason for the money, be it wife-and-kids, bigger plasma TV or whatever. "The trouble with the rat race is, even if you win, you're still a rat" - quote from someone cleverer than I. – paxdiablo Apr 12 at 2:15
@Pax: that's a great advice. Thank you. – Sung Meister Apr 12 at 2:17
vote up 2 vote down

If I could physically still drink, I'd be having a nice big frosty glass of beer (colon issues prevent me, bummer). Unfortunately I work from home, so work/personal projects kind of blend together.

I'd go for the personal development project though.

link|flag
Do you ever integrate your personal projects with your work by chance? – Sung Meister Apr 12 at 2:23
1  
+1 for the colon drop – Typeoneerror Apr 12 at 2:42
Sung - I always integrate my personal projects with work. The only exception is if I reach a dead end and abandon the personal project. – LuckyLindy Apr 12 at 2:54
@LuckyLindy Thanks. – Sung Meister Apr 12 at 3:26
vote up 1 vote down

Whenever I can, I'd opt for the best of both worlds -- do some work on a project you have an interest in, but that might end up being useful at work as well. For example, if you're using some Ruby gem or jQuery plugin and have noticed some things you wish were different, you might try making the changes yourself and submitting them to the owner(s).

link|flag
+1 for doing both... It can be as simple as mixing'em both. – Sung Meister Apr 12 at 1:55
vote up 1 vote down

I agree with Bryant Hankins, but I also see the benefit of working on the 'work' project. The only way I would say to work on the 'work' project would be if you were really close to the deadline.

P.S.

I put 'work' in quotes because if you love programming like me and a lot of other SO users do, then it's not really work.

link|flag
vote up 1 vote down

Do the personal project or just learn something else new IMO. You probably work 40 hours a week or more anyway.

If I took my work home for anything more than a few weekends, I'd probably lose my mind because, as much as I like my job, I still need a break from doing it 5 days a week. Besides, I find that taking a break from work often helps clear my head.

Some of the better ideas I've had came from doing other programming work and learning new things in the process (as opposed to working on the thing with I was having a problem with in the first place). I figure out some new ideas and then apply them when I go back to work. I tend to find that I need to take a break to be able to step back and think of things in a different way. :)

link|flag
40 hours a week? No. sometimes i do 50... for fun. – Sung Meister Apr 12 at 2:01
This must be some new definition of the word "fun" of which I was previously unaware - paraphrased from the great Douglas Adams. – paxdiablo Apr 12 at 2:21
I'd have to agree, but to each their own :) I personally enjoy my job, but I still welcome the weekend with open arms... – Mark Simpson Apr 12 at 2:32
@Mark: But "Getting things done" book by scott someone hm.. has mentioned that you should not separate your work from your personal life... for some reason. That's why I sometimes extend my work to my personal life. Maybe I misunderstood the book. gosh – Sung Meister Apr 12 at 2:38
vote up 1 vote down

I usually learn some stuff from my huge RSS reading list at Google reader, or I answer/read SO questions. Sometimes I read a book (Not necessarily about programming) or watch a movie. Life's not just about code you know.

link|flag
+1 I was reading off Google reader for half an hour... – Sung Meister Apr 12 at 3:50
vote up 1 vote down

Do something personal (even if programming related), have a beer. I don't think spending your free time on improving work projects is a good thing on a long time basis. It gets you really fed up, even if you think otherwise now. You can feel like a sucker when you spend your free time to improve your work projects and something goes wrong with them later (you get fired or your contract gets cancelled for no reason). It's based on my bad experience not so long ago.

Really, take a rest. Do personal stuff, whatever it is - a website, a blog, answers on SO, chillin on reddit or lolcats. It's your time, not your jobs time.

link|flag
vote up 1 vote down

I'm taking a couple of courses, so I'll be doing homework. Today, of course, I'm doing my taxes.

link|flag
My tax has been already filed through my CPA... Well I might as well check out projecteuler.net instead of doing homework since i am not attending school... – Sung Meister Apr 12 at 3:51
vote up 0 vote down

I was thinking of the same question for several weekends now!

This is what I usually do. Basically, I work on whatever is more exciting at that moment. If I get excited about refactoring some work code, so be it, I'll dive in. If I run into, or remember some other thing that I find interesting, then I'll dive into that. But most probably, I'll switch between work and personal as the weekend goes by. Doing whatever I feel gives me the biggest kick.

A tougher question would be: Commit to a long term, serious, personal project or keep the above habit?

Advantages would be: Potentially financially rewarding. Disadvantages: won't learn new stuff for long, will lose entertaining/refreshing factor, will not improve work code, can't switch to fun stuff on whim (otherwise won't be a serious project).

Still can't decide.

link|flag
vote up 0 vote down

Go out have a few beers. Then come back sit down at your computer and work on a personal project to the wee hours of the morning ... as you hear the birds start to chirp and the sun peak over the horizon, lean back in your chair, hear it creak as you've gone too far. Meet your hands above your head, and pull them behind your back ... as you stretch you think to yourself, "this is life".

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.