Tag: software development

  • The Value Of Re-inventing The Wheel

    The Value Of Re-inventing The Wheel

    A prior post discussed some of the challenges with using code generators.  One thing we did not cover was the value of re-inventing the wheel.  In particular, this holds true when we are learning problem-solving.  That means one of the ways to become better developers is to solve problems that…

  • Reasons To Avoid Code Generators

    Reasons To Avoid Code Generators

    I guess most people need to be convinced that these are good tools.  However, there is a dark side to code generators.

  • The Shortest Path To Solve A Problem

    The Shortest Path To Solve A Problem

    Velocity and speed come in two ways. You can increase power, or you can reduce drag. We can find ways to address both of these aspects to solve a problem faster.