Link Details

Link 98618 thumbnail
User 111696 avatar

By bloid
via rickyclarkson.blogspot.com
Published: Jul 28 2008 / 11:53

If you take some Java code and write psuedocode representing it, you'll probably find that you don't bother with null checks and you don't bother with getters and setters. Sure, in psuedocode you're lazy, but it's more than that - null is usually wrong, so much so that intentional uses of null look like sloppy code.
  • 11
  • 1
  • 1113
  • 425

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.