Things that matched 'signature'

  • Are defaults a good idea?

    Consider the following method signature: public function start( time:int=5, stop:int=7, message:String=null, error:String="There was an error", align:String="center" ) :void {} Initially, this would seem a hassle free way of...