Jamis Buck blogged about the code review of Ozmozr he and Marcel did at the Mountain West Ruby Conference. The presentation was our favorite because of the insight it gave into our code and I think we came away as better programmers for it. Here is the link to the presentation on Conference Freaks and…
Category: ozmozr
Code Review of Ozmozr by Jamis Buck and Marcel Molina
The review is actually less painful than I would have thought. They are looking at parts of the code and giving specific feedback on code blocks. Here’s a quick summary: ‘and’ and ‘or’ are different than ‘||’ and ‘&&’. The second returns boolean values. The first returns strings. Avoid using ‘and’ and ‘or’. When dealing…
ozmozr is out there
We (COSL) just spent the last three months putting together a piece of software called Ozmozr. I figured that since know one knows us and since we don’t market it would be a while before anyone found us. I was wrong. We have people signing up every hour or so now. That is nothing for…