Slashdot Mirror


User: se1256

se1256's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. I agree with Ted on Open Source Could Have Saved Ontario Hundreds of Millions · · Score: 1

    I mean seriously, if you work in IT, 5 days a week, at least 7.5 hours a day, you probably wouldn't want to look at code for the other 10 hours you're awake. If you have the time, and you're not doing household chores (cooking/cleaning) or looking after kids, you'd probably prefer to play games or do something else. Programmers do have other geek-ish hobbies you know. :) Those who consider IT people who don't program in their spare time as not being serious about their career are not very flexible minded. It's all about life style balance. Of course, programming as a hobby does add credit when finding a job, but being realistic, there's a lot more to life than just programming. There's like some stereotype thing that programmers spend all their time behind computers. Realistically, that's probably only if they're young or single... Other than that, I think the only time a programmer would feel the urge to program outside of work is if their work isn't satisfying enough.

  2. simple library of files on How Do You Store Your Previously-Written Code? · · Score: 1

    a simple way would be to store resuable functions in files under one (library) directory.
    For example, store I/O (input/output) operations in a file called library/io.php, math operations in library/math.php then require('library/io.php'); to reuse the functions.

  3. Re:I wonder on Children Help Their Mothers for Decades · · Score: 1

    yeah, i am thinking if they ever compared the living age of women who had children to those who did not, and if those that had children lived longer.

    but there's probably other factors involved such as social wellbeing (eg: being married, or having close friends or relatives) which influences how long you live.