sábado, 29 de diciembre de 2018
domingo, 28 de octubre de 2018
miércoles, 24 de octubre de 2018
Refactoring TripService By Sandro Mancuso in Meetup Software Craftsmanship Madrid
Some days ago I was in meetup software craftmansip madrid
This is the kata : Trip Service Kata
This is my solution: Solution of TripService Kata
I've learned that it is very important the name of the methods, due to the semantic of them and the meaning of the code.
Also I've watched this video. Sandro Mancuso solves this exercise. I recomend it.
This is the kata : Trip Service Kata
This is my solution: Solution of TripService Kata
I've learned that it is very important the name of the methods, due to the semantic of them and the meaning of the code.
Also I've watched this video. Sandro Mancuso solves this exercise. I recomend it.
javascript for browser and node
if( typeof module !== "undefined" && ('exports' in module)){
module.exports = MiniEventEmitter;
}
lunes, 22 de octubre de 2018
Some notes about book "Extreme Programming Explained: Embrace Change"
=== eXtreme Programming ===
-- VALUES --
-Comunication --> Open honest Comunication, hones measurement
- pair programming
- unit testing
- task estimation
programmners, managers, customers
-Simplicity
- writing tests gives you focus for just how simple the system can be
simple systems are easier to test
-Feedback
- sort term delivery 1 to 4 weeks
- puts the most value features in production as soon as possible
- writes tests gives you feedback about the state of the feature
The more feedback you have, the easier it is to communicate
-Courage
-- PRINCIPLES --
-Rapid feedback
-Assumed simplicity: YAGNI, DRY
-Incremental changes: smalll changes, step by step is better than on big change
-Embracing change
-Embracing change
-- PRACTICES --
-The planning game
-Small releases
-Metaphor
-Simple design
1 run all tests
2 has no duplicated logic
3 states every intention importan to the programmers
4 has the fewest possible classes and methods
-TEsting
-Refactoring
-Pair programming
-Collective ownership
-Continuous integration
-40 hours wekk
-On site customer
-Coding standards
Work with people´s instincts, not against them.
People like winning.
People like intercting with other people
People like being part of a team
people like being in control
People like being trusted
People like doing a good job
People like having their software work
activities: coding, testing, listening, designing
- The code must communicate everything yo want to communicate
- The system must contain no duplicate code (eliminate all the duplicated logic in the system)
- The system should have the fewest possible classes
- The system should have the fewest possible methods
-- VALUES --
-Comunication --> Open honest Comunication, hones measurement
- pair programming
- unit testing
- task estimation
programmners, managers, customers
-Simplicity
- writing tests gives you focus for just how simple the system can be
simple systems are easier to test
-Feedback
- sort term delivery 1 to 4 weeks
- puts the most value features in production as soon as possible
- writes tests gives you feedback about the state of the feature
The more feedback you have, the easier it is to communicate
-Courage
-- PRINCIPLES --
-Rapid feedback
-Assumed simplicity: YAGNI, DRY
-Incremental changes: smalll changes, step by step is better than on big change
-Embracing change
-Embracing change
-- PRACTICES --
-The planning game
-Small releases
-Metaphor
-Simple design
1 run all tests
2 has no duplicated logic
3 states every intention importan to the programmers
4 has the fewest possible classes and methods
-TEsting
-Refactoring
-Pair programming
-Collective ownership
-Continuous integration
-40 hours wekk
-On site customer
-Coding standards
Work with people´s instincts, not against them.
People like winning.
People like intercting with other people
People like being part of a team
people like being in control
People like being trusted
People like doing a good job
People like having their software work
activities: coding, testing, listening, designing
- The code must communicate everything yo want to communicate
- The system must contain no duplicate code (eliminate all the duplicated logic in the system)
- The system should have the fewest possible classes
- The system should have the fewest possible methods
jueves, 27 de septiembre de 2018
lunes, 10 de septiembre de 2018
viernes, 31 de agosto de 2018
New song in my life
Listening 'Taking You Higher - Best of' (Progressive House Mix) I´ve discovered Progressive House | AWD - Wintertide (Original Mix)
Happy Sound
Happy Sound
jueves, 28 de junio de 2018
lunes, 25 de junio de 2018
martes, 12 de junio de 2018
miércoles, 30 de mayo de 2018
My first contribution to an open source project
I´ve made my first pull request to an open source project called nanojs, it a very little dom manipulator framework, as jquery but very very little.
Happy programming.
Happy programming.
martes, 24 de abril de 2018
martes, 10 de abril de 2018
miércoles, 4 de abril de 2018
domingo, 25 de marzo de 2018
Squel in Crystal
I´ve finished the portting of Squel library to Crystal language, so the code lives here
happy programming
happy programming
martes, 20 de marzo de 2018
jueves, 8 de marzo de 2018
My new little pet project: Gambon
I ´ve finished my new pet project Gambon, it´s a very little orm. The code lives here
Happy programming
Happy programming
Suscribirse a:
Entradas (Atom)