in reply to Re^3: Reinvent the wheel!
in thread Reinvent the wheel!
In my experience, the needs of a production system often tend towards minimal changes to keep things running. I've known many people who eventually reach a point where they don't really program as much as they serve the system.
This can involve extreme knowledge of the various libraries and configurations needed by the production system, and a loss of basic programming ability. (In some cases, this can be so extreme that they can no longer write a standalone program.
This may very well be a function of my particular career experience.
I find that working outside production environments allows me to exercise a different set of programming muscles. This also allows me to try things that might fail where the risk is lower.
I find this kind of programming practice both a good exercise and a good way to learn new things. It also helps me re-examine basic assumptions once in a while to keep them from solidifying into personal dogma.
I have also used reinventing the wheel, on purpose as a kind of Kata to practice approaching problems from a new direction.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Reinvent the wheel!
by chromatic (Archbishop) on Mar 23, 2009 at 20:34 UTC | |
by tilly (Archbishop) on Mar 24, 2009 at 00:09 UTC | |
by chromatic (Archbishop) on Mar 24, 2009 at 03:38 UTC | |
by tilly (Archbishop) on Mar 24, 2009 at 03:58 UTC | |
by gwadej (Chaplain) on Mar 23, 2009 at 20:46 UTC |