About 12,100,000 results
Open links in new tab
  1. What is simplicity in programming and why does it matter?

    Jun 25, 2021 · Simplicity is about breaking things apart into their elementary constituents that are orthogonal to each other. Ergonomics is about making it possible and convenient to combine these elements in arbitrary, powerful ways.

  2. What is simplicity in programming and why does it matter?

    Jun 27, 2021 · The author claims “Simplicity is objective because - if we can distinguish them - we can count how many simpler elements are there, tangled together.” This admits that objectivity depends on distinguishing what the elements are, which is often subjective.

  3. The Rise of Minimalist Coding - Medium

    Aug 17, 2023 · In today’s tech-driven world, there’s a growing need for simplicity. Minimalist coding is more than just a trend; it’s about making code efficient, clear, and straightforward.

  4. The Definition of Simplicity

    May 20, 2020 · For software, “simple” means easy to read, understand, and correctly modify. There are several important things about this definition. First off, simplicity is fundamentally a human factor. It is not caused by machines and it is not done for machines. Only human beings read and understand software.

    Missing:

    • Online Programming

    Must include:

  5. Embracing Simplicity in Software Development: A Realistic …

    May 16, 2024 · Embracing simplicity doesn't mean sacrificing functionality. It means finding the simplest possible solution that meets our needs. It means embracing constraints and using them to our advantage. Constraints force us to prioritize, to focus on …

    Missing:

    • Online Programming

    Must include:

  6. Simplicity in programming languages - Benjamin Johnston

    In JavaScript, simplicity means allowing beginners to use a language with fewer concepts but more complex rules (i.e., no need to understand exceptions, but a more complex rule for +). In Python, simplicity means giving programmers more advanced concepts, but fewer rules to remember (i.e., the + operator raises an exception for any inputs that ...

  7. Simplicity is the Key - Extreme Programming

    Adding an advanced technology can simplify one application and make a complete mess of another. Within your project the team decides what is simple. Together you judge your code subjectively. I recommend four subjective qualities; Testable, Understandable, Browsable, and Explainable (TUBE).

    Missing:

    • Online Programming

    Must include:

  8. A Detailed Explanation of The KISS Principle in Software

    Apr 27, 2019 · Is simplicity important? How to achieve it? How to manage complexity? Here's a detailed article about the KISS principle.

    Missing:

    • Online Programming

    Must include:

  9. The Value of Simplicity - Medium

    Mar 21, 2021 · Why Does Simplicity Matter in Software Development? Software development is complex on many levels: The size and complexity of the source code, external libraries and tools required.

  10. Code simplicity: A language independent perspective

    May 26, 2018 · There are often debates on whether a specific programming language makes it easier to write simpler and maintainable code; quite often projects drift away from a more efficient and performant languages to other languages as the code base starts to grow and number of people working on code base starts to increase and so on.

  11. Some results have been removed
Refresh