Php baby class
After months of insightful observation and analysis, I’ve come up with this php baby simulator. //Beware the loop while($parents->still_love_each_other_enough()) { $newborn = new Baby; } (maybe I should refactor it using cakephp or at least the MVC pattern: I’d really love to have a BabiesController) Be careful: due to inherent …