Tag Archives: high-quality IT solutions

Por qué deberías usar `git pull –rebase` en vez de `git pull` solo

git-merge nos genera un commit con todos los cambios entre el branch local y el branch que estamos bajando.

Posted in developer tools, open source, programming | Also tagged , , , | Leave a comment

Cómo usamos Pivotal Tracker en Ombu Shop

Objetivo

Atender todas las tareas pendientes sin que se nos escape nada. En base a la velocidad del equipo, tener una idea de fechas de entrega de cada story.

Posted in developer tools, entrepreneur life, software engineering | Also tagged , | Leave a comment

Why you should have and maintain tests for your code: Reason #23

You must have tests for your critical features. You should have tests for your entire application.

You should run your tests before you start a major refactor of your code. Tests should pass.

Posted in programming, Ruby programming, software engineering, web programming | Also tagged , , , , , , | Leave a comment