Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

index.md 849B

title: Make it lang: en

I always interpreted this phrase in terms of business needs, not coding standards.

  1. Meet the minimum requirements for the business to call project a success. (Make it work.)

  2. Add bells and whistles to make the program less prone to error and more feature rich. (Make it right.)

  3. Find and eliminate waste in the process. Some assumptions from the start will have been incorrect. Remove unnecessary business logic. Included in this step is to improve code for better performance. (Make it fast.)

*Make It Work Make It Right Make It Fast* (cache)

0. Understand the ethical implications of your work and your responsibilities acting for a future you believe in. (Make it for good.)