Tags:
create new tag
, view all tags
An approach that says it's better to "just do things" rather than seek permission (synonym for better to seek denial).

Wiki in general is an exercise in better to ask forgiveness - you are asked to change pages without asking "can I change it" ? If you make a mistake you will be told about it, and it will be reverted.

Other areas BTAF is used:

Exception handling

         try:
         self.synchronised[boxdirection][boxname]=(boxtype,maxdepth)
      except KeyError:
         self.synchronised[boxdirection] = {}
         self.synchronised[boxdirection][boxname]=(boxtype,maxdepth)

File handling

open(IN, "somefile") || die "$!: didn't work";

Better to ask forgiveness is also a basic tenet of test first programming

Better to ask forgiveness is often used in conjunction with soft security and implies that users are trusted, whilst simultaneously removing barriers between "users", "developer", and "owners".

-- MS - 03 Feb 2004

Topic revision: r2 - 2008-08-24 - TWikiJanitor
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.