La Forma del FLUID
Introduzione a FLUID: una nuova metodologia di programmazione basata sui primi principi AGILE e sul principio del codice minimo per azione.
Design di sistemi, pattern architetturali e principi di ingegneria del software
Introduzione a FLUID: una nuova metodologia di programmazione basata sui primi principi AGILE e sul principio del codice minimo per azione.
The first component of the FLUID methodology is flexibility: characteristic of code being resilient to change with minimal impact.
The second component of the FLUID methodology is lean implementation: to tailor the code on the size of the problem to be solved.
The third component of the FLUID methodology is universal interoperability: each component provides a single generic functionality to the collective.
The fourth principle of the FLUID methodology is intuitive interface: components should allow all reasonably expected interactions without unexpected behaviours.
The fifth and last principle of the FLUID Methodology is Decentralised Control: moving the locus of the application logic where the context information is readily available.
When you start a career in IT, you are told that writing readable code is the most desirable technical skill you will ever have. But no one can tell you what readable code really looks like.