in reply to Planning your software before writing

After I get a big overhead view, I worry most about data flow and storage. I work over APIs for flaws and DBs for nastiness that will make my life harder. My flow charts are mostly data intersections where I track what data needs to move where. Once I have that, modules, structures, and objects just seem to appear around the chunks =)

--
$you = new YOU;
honk() if $you->love(perl)

  • Comment on Re: Planning your software before writing