Monthly Archives: September 2006

What does your code do? Or pretend to do?

What code does Code does: Sequencing: performing actions in a certain order. Logic: performing actions according to logic. Transformation: changing data from one form to another. Utility: getting some data from some other data, eg: “cat,dog,horse”.split(“,”). State: removing from, adding … Continue reading

Posted in Uncategorized | Leave a comment