Do I have to write a lot of boilerplate code if I keep working using Java?
        Posted  
        
            by 
                edem
            
        on Programmers
        
        See other posts from Programmers
        
            or by edem
        
        
        
        Published on 2012-03-23T10:16:49Z
        Indexed on 
            2012/03/23
            11:38 UTC
        
        
        Read the original article
        Hit count: 323
        
java
|programming-practices
I'm working for a company writing ERP applications. My problem is that I have to write tons of boilerplate code. I came up with ideas to automatize/prevent the drudgery but only some of them were accepted. I have been told by the lead developer that my ideas tend to be go far afield and I should write code everyone can understand.
I had a discussion about this lately and it seems to me that this kind of code ramp is within java's philosophy. I have to write lots of code to achiveve simple things not because it is necessary but because this is the way most of the people at the company think.
Is this universally applicable to most of the companies out there using java or this is just my company's view? Do I have to get used to the drudgery if I keep working for java-based firms?
© Programmers or respective owner