On Fri, Jun 15, 2012 at 8:05 AM, Damien Cassou <[email protected]>wrote:
> On Fri, Jun 15, 2012 at 4:09 PM, Conrad Taylor <[email protected]> wrote: > > Hi, is there an automated setting which creates default new and > initialize > > methods for a new class? > > why do you need to implement #new so often? It's kind of rare in the > code I've read. > > Hi, I would like to initialize the objects I create with some reasonable defaults and I don't want to have setters and getters for every instance variable. -- > Damien Cassou > http://damiencassou.seasidehosting.st > > "Lambdas are relegated to relative obscurity until Java makes them > popular by not having them." James Iry > > -- * * *Think different and code well*, -Conrad
