577 shaares
22 résultats
taggé
clean-code
Only One Level Of Indentation Per Method
Don’t Use The ELSE Keyword
Wrap All Primitives And Strings
First Class Collections
One Dot Per Line
Don’t Abbreviate
Keep All Entities Small
No Classes With More Than Two Instance Variables
No Getters/Setters/Properties
Python blog:
- A Pytest Pattern Using Parametrize To Customise Fixtures
- Removing classes from Ports and Adapters
- Using Photon-pump
- Dependency Injection With Type Signatures In Python
- Eventsourcing 101
- Why Use Domain Events
- Commands And Queries Handlers And Views
- Repository And Unit Of Work Pattern In Python
Below are 27 refactorings from Joshua Kerievsky's book, Refactoring to Patterns.
I'm Khalil. I teach advanced TypeScript & Node.js best practices for large-scale applications. Learn to write flexible, maintainable software.
To be a good programmer, we should follow some easy to adopt habits to keep our programming career long-lasting. We got to produce flexible and adaptable software that adapts to the requirements that…