awkwardcoder.com
Teaching a String Calculator How to Behave « Awkward Coder
http://awkwardcoder.com/2010/10/11/teaching-a-string-calculator-how-to-behave
Learning to behave in public. Skip to primary content. Skip to secondary content. Teaching a String Calculator How to Behave. October 11, 2010. I prefer to design my code by specifying expected behavior before any code is written. Machine.Specifications (mspec). His instructions were from the traditional TDD approach, though, so I took a stab at converting them to a simple user story with acceptance criteria. Here’s what I came up with:. WHEN provided an empty string,. THEN it should return 0. THEN it sh...
awkwardcoder.com
Software Duradero « Awkward Coder
http://awkwardcoder.com/2013/04/14/software-duradero
Learning to behave in public. Skip to primary content. Skip to secondary content. April 14, 2013. Un adelanto de tres años. Por qué tanta atención a los libros y tan poco a la calidad de los estacionamientos? Es la contabilidad de alta calidad la pieza más importante de la empresa? Por supuesto, si una empresa real depende de la “X” para existir y obtener beneficios, se asegurarán de que la calidad de su “X” es alta por lo que los beneficios no están dañados y su negocio no está e...Ha visto el problema ...
awkwardcoder.com
Planning Poker for Trello « Awkward Coder
http://awkwardcoder.com/2014/02/27/planning-poker-for-trello
Learning to behave in public. Skip to primary content. Skip to secondary content. Planning Poker for Trello. February 27, 2014. I have been wanting a good version of planning poker that integrates with Trello ever since I started using Trello over a year ago. Every time I would search in google for ‘planning poker trello’, I would get absolutely nothing. It’s really rare that something I want so bad is SO absent from the internets! App connects to Trello via OAuth. Try it for yourself! I tried to mask/hi...
awkwardcoder.com
Acklen Avenue Lucha Contra la Violencia Domestica « Awkward Coder
http://awkwardcoder.com/2013/02/08/acklen-avenue-lucha-contra-la-violencia-domestica
Learning to behave in public. Skip to primary content. Skip to secondary content. Acklen Avenue Lucha Contra la Violencia Domestica. February 8, 2013. Por dos días, programamos y programamos (Andy diseñó y diseñó) y al final obtuvimos algo de lo que todos estábamos orgullosos: Automated Case Worker (ACM). Herramientas menos costosas como teléfonos Android y tables pueden ser utilizadas en vez de computadoras de escritorio (Gracias a Jorge García, miembro honorario del equipo de Acklen Avenue). La idea es...
awkwardcoder.com
Acklen Avenue Fights Domestic Violence « Awkward Coder
http://awkwardcoder.com/2013/02/02/acklen-avenue-fights-domestic-violence
Learning to behave in public. Skip to primary content. Skip to secondary content. Acklen Avenue Fights Domestic Violence. February 2, 2013. I speak of the Domestic Violence Hackathon. On January 26-27, 2013. This Hackathon was held in 6 Latin American countries as well as in Washington D.C. It was sponsored by The World Bank. And organized by Second Muse. 8216;s entire Honduran team of developers plus our graphic designer in Nashville all raised their hands, saying, I want to help! The idea is that every...
awkwardcoder.com
Byron Sommardahl « Awkward Coder
http://awkwardcoder.com/author/admin
Learning to behave in public. Skip to primary content. Skip to secondary content. Author Archives: Byron Sommardahl. Planning Poker for Trello. February 27, 2014. I have been wanting a good version of planning poker that integrates with Trello ever since I started using Trello over a year ago. Every time I would search in google for ‘planning poker trello’, I would get absolutely nothing. It’s really rare that something I want so bad is SO absent from the internets! App connects to Trello via OAuth.
awkwardcoder.com
Uncategorized « Awkward Coder
http://awkwardcoder.com/category/uncategorized
Learning to behave in public. Skip to primary content. Skip to secondary content. Planning Poker for Trello. February 27, 2014. I have been wanting a good version of planning poker that integrates with Trello ever since I started using Trello over a year ago. Every time I would search in google for ‘planning poker trello’, I would get absolutely nothing. It’s really rare that something I want so bad is SO absent from the internets! App connects to Trello via OAuth. Try it for yourself! January 24, 2014.
awkwardcoder.com
The Golden Rule of Software Development « Awkward Coder
http://awkwardcoder.com/2014/01/19/the-golden-rule-of-software-development
Learning to behave in public. Skip to primary content. Skip to secondary content. The Golden Rule of Software Development. January 19, 2014. 8220;If it can be null, it will be null.”. What does that have to do with people? Nothing. It’s a clever way to help programmers remember to avoid nulls, which is great. But we’ve missed an opportunity to answer a higher calling: doing to other developers what we would have them do to us. So I’m reclaiming the phrase for the cause of better code. I suggest that all ...
awkwardcoder.com
La Droga de la Comodidad « Awkward Coder
http://awkwardcoder.com/2013/07/05/la-droga-de-comodidad
Learning to behave in public. Skip to primary content. Skip to secondary content. La Droga de la Comodidad. July 5, 2013. Si notan, ahora, todas las metas están resueltas y hacen que usted se sienta cómodo. Un trabajo que le da salario y un salario que le da seguridad y comodidad. La casa es un lugar donde se puede descansar, comer y dormir con mucha comodidad. Un auto le hace sentir más seguro de ir a cualquier parte con comodidad. Dejar una droga nunca es fácil. Dejando la comodidad tampoco lo es&#...
awkwardcoder.com
Awkward Coder « Learning to behave in public.
http://awkwardcoder.com/page/4
Learning to behave in public. Skip to primary content. Skip to secondary content. BDD and Mspec… Meet Custom ModelBinder – Part 2. April 17, 2010. I created a spec using mspec and got it to the point where it would fail miserably. It’s amazing how much work can go into failure. Now, the task at hand is to make the test pass! Here’s the spec:. Public class when binding guestbook post data to viewmodel. Static TestModelBinder modelBinder;. Static ModelBindingContext bindingContext;. Static object result;.