Je pense avoir un truc intéressant à dire en réponse à un commentaire de quelqu'un.
Je note l'URL de l'endroit ou se trouve le commentaire.
J'écris ma réponse à part.
Je le garde pour moi (dans mes notes).
Je reviens dessus plus tard (à froid) et je vérifie si c'est toujours pertinent.
Eventellement si je le trouve pertinent, je poste le commentaire.
Ou je le garde dans mes notes.
Ou j'écris un article.
Win win !
- J'ai extériorisé ce truc qui me donnait envie de réagir
- j'ai créé un raisonnement basé sur mon émotion
- mon émotion n'a pas impacté l'origine de celle-ci
- j'ai produit des idées peut-être utiles
- j'ai du contenu à publier
Locality of Behaviour (LoB)
Carson Gross
May 29, 2020
“The primary feature for easy maintenance is locality: Locality is that characteristic of source code that enables a programmer to understand that source by looking at only a small portion of it.” – Richard Gabriel
The LoB Principle
Locality of Behaviour is the principle that:
The behaviour of a unit of code should be as obvious as possible by looking only at that unit of code
Trisha Gee
Observability as the key to performance tuning Software Delivery
The golden rule of application performance tuning: measure, don’t guess. Yet when it comes to developer productivity, too many teams still guess. Builds are slow, tests are flaky, CI feels overloaded—and the default response is to throw hardware at the problem or hope it goes away.
In this talk, we’ll apply the performance engineering mindset to developer experience, showing how observability data from Develocity can profile builds and tests just like applications. By measuring and optimizing build and test performance, teams directly improve the DORA metrics that matter: shorter lead time for changes, lower change failure rates, faster recovery, and higher deployment frequency.
Developer productivity is a performance problem. If you want faster delivery and happier developers, the path is the same as for applications in production: measure first, then optimize.
Achieve Efficient Maintainable and Simple Java Exception handling killing those anti-patterns.