Ir al contenido principal

Entradas

Destacados

Why to diagram all before start coding

Even if you already understand what is required and how to start coding your solution. The best approach will be create one or more diagrams of how will your solution be interact with its environment. A sequence diagram will help you to know how your classes and participants will interact and what could be optional. For example it is easy to do a simple code to add two numbers, but what about possible errors and how interaction will work, do have a better idea and to have clear the responsibilities a good idea could be a simple sequence diagram. * This diagram could show us a better idea of how the app will work and maybe can help us on understand better how we should do the division of the work or which kind of pattern could we use. Now what if we create a class diagram to separate the responsibilities and organice how code will be done. ** This diagram could help us to define classes with its attributes and methods that could make easier to know the code we wil

Entradas más recientes

A great book to know the power of AngularJS in action

Git: how to use .gitignore

Git: revert pushed commit

Backup and restore a postgresql DB

Setup MongoDB on Linux