Coder Social home page Coder Social logo

chili-recipe's Introduction

Chili Recipe: the Chili Team Learning Path

This is the learning path every new developer has to follow when joining the Chili team.

This path reflects our team's culture and values, which have their roots in the agile values and principles, as well as in those of XP, and in the software craftsmanship manifesto.

Main learning path

1) Methodology

2) Systems architecture

  • Read how to write a well-designed REST API

3) Best practises

  1. Project Structure:

    • resources
    • services
    • repositories
    • models
    • common (Constants, Exceptions, etc.)
    • kafka
  2. The length of the files is less than 200 lines of code.

  3. The names of the classes and interfaces are CamelCase.

  4. Write Meaningful Names for Variables and Functions.

  5. Constants should be uppercase.

  6. Formatting and readability.

  7. Unit tests, are the guardians of your code quality.

  8. KISS: Keep It Simple Stupid. A design principle from the US Navy that dates back to the 1960s. He claims that most systems should be kept as simple as possible. (x Alberto)

  9. DRY: Don't Repeat Yourself. It states that every piece of code must have a single, unambiguous, authoritative representation within a system.

  10. YAGNI: You Aren't Gonna Need It. A developer should not add functionality unless deemed necessary.

  11. Boy scout rule, Leave the code cleaner than you found it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.