Learn By Example

    +
    This is a curated resource of java pattern, principals, best practices & conventions. There are no hard and fast rules a developer always implement best pattern and practices. Every pattern and practices has cost as well as value, don’t use blindly. To keep our code maintainable developers should implement the bare minimum best practices and conventions. These are the catalogue of best practices, developer should adapt appropriate pattern and practices based on the project scope and requirements.

    Jargon

    1. Premature Optimization

    2. Cargo Cult Programming

    3. Garbage In, Garbage Out

    4. Not Invented Here (NIH)

    5. Cowboy

    6. Ripple Effects