• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

How to write quality java code

 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,

I was told that my java code is not of good quality. I am experienced guy in java, EJB, JMS, J2EE , Weblogic, struts etc How can I improve my java quality code.


..
 
Marshal
Posts: 79943
396
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Somebody else had the same question last week: the answers may help you. Here.
 
Ranch Hand
Posts: 433
Netbeans IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Get a copy of Steve McConnells book "Code Complete 2" and work through it. Not the cheapest book but it's weight worth in gold.
 
Ranch Hand
Posts: 266
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Nageswar Kakolla wrote:Hi there,

I was told that my java code is not of good quality. I am experienced guy in java, EJB, JMS, J2EE , Weblogic, struts etc How can I improve my java quality code.

..



First ask the one telling you this why it isn't of good quality. If this is the case, surely the one telling you this can help you on the way?
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Piet Verdriet wrote:First ask the one telling you this why it isn't of good quality. If this is the case, surely the one telling you this can help you on the way?



Seriously. Without constructive criticism, you can hardly hope to improve.
Have you looked at your co-workers code? Is there someone your critic holds up as an example? Is your critic a developer or a manager with development experience, or is it someone who is just nitpicking?
 
Nageswar Kakolla
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It was conveyed to me by my Manager that some other senior person gave feedback like code quality is not meeting the high expectations
 
Piet Verdriet
Ranch Hand
Posts: 266
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Nageswar Kakolla wrote:It was conveyed to me by my Manager that some other senior person gave feedback like code quality is not meeting the high expectations



Still, you should ask you manager what you can do to improve it. If s/he says s/he doesn't know, you should ask him/her how s/he thinks you can improve without knowing what you did wrong.
 
joke time: What is brown and sticky? ... ... ... A stick! Use it to beat this tiny ad!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic