|
|
|
|
|
by MikeMacMan
5393 days ago
|
|
I started programming when I was 24 (11 years ago) and working at my first job. A coworker was my mentor early on, and we pair programmed frequently for a couple of months. I read a couple of Wrox Java books and just learned by writing a lot of code and reading as much as I could. Luckily, I was tasked with developing a whole bunch of forms for a client-server application, which the IDE helped me out with a lot with its WYSIWYG editor, and the programming work was relatively easy (no I/O, no DB access, etc). The keys for me were: 1. Having a mentor early on 2. Flattening the learning curve with an IDE. 3. Choosing the right project |
|