in reply to Re: Essential skills for any software developer
in thread Essential skills for any software developer

Similar but orthogonal: get exposure to some sort of event driven environment (like a GUI environment, or POE). Getting used to something outside your code dictating the sequence in which things happen provides more natural solutions for some problem domains.

  • Comment on Re^2: Essential skills for any software developer

Replies are listed 'Best First'.
Re^3: Essential skills for any software developer
by DrHyde (Prior) on Aug 10, 2007 at 09:25 UTC
    This may be somewhat Heretical, but POE is so complex and hard to get started with that I wouldn't recommend it as an intro to event-driven programming. Even Visual BASIC or some Java GUI thing would be a better choice.