Stories recently tagged with 'methodology'

Code reuse, next level(ebersys.blogspot.com)

submitted by BlackTigerXBlackTigerX(460) 5 years, 6 months ago

A common mistake that developers have been making over the years is to place conditional statements that always evaluate to the same result (until a property changes) inside a loop, here's an alternative to solve this problem read more...

add a comment |category: |Views: 3

tags: another