- "The Bad Code Spotter's Guide" por Diomidis Spinellis. Una guía sencilla guia para detectar errores clásicos en el código (repeticiones, reinventar ruedas...)
- "Debugging 101" en Hacknot Una introducción al difícil arte del depurado de programas. El comienzo es genial:
"An interactive debugger is an outstanding example of what is not needed - it encourages trial-and-error hacking rather than systematic design, and also hides marginal people barely qualified for precision programming." Harlan Mills
- "The Development Abstraction Layer", otro artículo de Joel Spolsky. Interesante como siempre. Lo que todo programador desea oír :)
Your first priority as the manager of a software team is building the development abstraction layer [...] If a programmer somewhere is worrying about a broken chair, or waiting on hold with Dell to order a new computer, the abstraction has sprung a leak.
- "Regular Expressions in C++ with Boost.Regex" por Ryan Stephens Hasta que estén soportadas en el nuevo estándar, podemos ir usándolo con las librerías boost
La misma entrada en BP
No hay comentarios:
Publicar un comentario