Login Signup

A based quote

Similar quotes

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand."

    Martin Fowler

    topics:
    • software
    • mastery
    • programming

    "A common denominator of programmers who build high-quality software is their use of high-quality practices. Such practices emphasize quality at the beginning, middle, and end of a project."

    Steve McConnell

    topics:
    • software
    • mastery
    • programming

    "Avoid making 'clever' designs. Clever designs are usually hard to understand. Instead make 'simple' and 'easy-to-understand' designs. If your design doesn't let you safely ignore most others parts of the program when you're immersed in one specific part, the design isn't doing its job."

    Steve McConnell

    topics:
    • software-design
    • mastery
    • programming