How to think big by thinking small
By Sean McGrath
Computer programming logic is easy really. It all boils down to endless variations of the following pseudo-English constructs: do | if | while. That's it. Nothing else to it. Granted, there are a million and one ways to express all three of these. There are also a million and one poetically beautiful ways to creating new language constructs that hide the do/if/while stuff from direct view. But, when it is all boiled down, it is just do/if/while in endless permutations and combinations. ...continue reading 'How to think big by thinking small'
Computer programming logic is easy really. It all boils down to endless variations of the following pseudo-English constructs: do | if | while. That's it. Nothing else to it. Granted, there are a million and one ways to express all three of these. There are also a million and one poetically beautiful ways to creating new language constructs that hide the do/if/while stuff from direct view. But, when it is all boiled down, it is just do/if/while in endless permutations and combinations. ...continue reading 'How to think big by thinking small'
Labels: application development
0 Comments:
Post a Comment
<< Home