10

How many of you feel you learn something on the job?

As for myself, I learn much more from books than sitting day in, day out at work, doing more or less of the same things.

To me, this whole trial-and-error way of 'learning' is not really learning. I don't subscribe to this dogma. I don't 'learn' by messing up and fixing something. I need a full specification of why something works, when and how. I'm not satisfied by just being a code plumber.

This, next to the fact that most jobs in small startups don't provide a budget for you to expand your knowledge.

Comments
  • 0
    I've mostly learned what not to do... Seriously, it's been the best motivation for learning how not to end up with shitty unmaintainable POS systems.
  • 0
    I'm actually getting into and learning lots of stuff at my job (i'm currently a trainee so that's kinda the point)
    So far i've learned lots of stuff about javascript (i had NO knowledge, only some java when i first started there), some testing stuffs, and as of this week i'm getting my feet wet with docker
  • 1
    For me its a mix of both. Im very much a proponent of the "fail faster" prototyping approach that I learned from game design books. But when I do fail, I usually look up why exactly and that way I learn about all the things I dont need right now and that dont work as I expected them, but might need in the future and now they are in my head catalogue of options
  • 0
    What you describe as your learning process is what I do when I code, both at home or at work.
  • 1
    I learn tons at work.
    If I didn't I'd just leave the company, this stuff is priority one for me
Add Comment