devxlogo

What Today’s New Programmers Could Learn from Veterans

What Today’s New Programmers Could Learn from Veterans

While many veteran programmers have skills that their younger counterparts will never need, many also say they have experience that could come in handy to today’s developers. Here’s a quick overview of the skills experienced programmers say that newcomers lack:

  • Hardware knowledge. “I see people more often having difficulty in thinking through problems caused by buggy hardware, and in general, folks have minimal real understanding of the hardware issues and the implications of the downstream errors that hardware errors can cause,” says Bernard Hayes.
  • How to de-bug without a de-bugger. “Today,” says Kris Rudin, “there are occasionally times with you can’t use the integrated debugger in your IDE (usually with some weird Web application frameworks and server configurations), and younger programmers are at a loss as to what to do, and resort to hack-and-slash coding to try to randomly fix a bug, using guesswork. Me, I just calmly put in some code to display output values on the web page, find the bug, and fix it.”
  • Careful design and thorough specification. Suford Lewis advises that young programmers learn “the ‘think about it first’ method. So many times I have seen software from single programs to large systems developed with insufficient attention to what was requested — and what the requestor actually meant by it!”
  • Working within network and performance constraints. Ben Summers says the “habits learned when writing web applications for 14.4kbps dial-up telephone modems come in rather handy when dealing with modern day mobile connections.”

View article

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist