The Source for Java Technology Collaboration
User: Password:



Start New Message Delete Post a Reply

Article: 
 Five Habits of Highly Profitable Software Developers
Subject:  Java API violates these principles
Date:  2006-08-25 03:15:01
From:  jayaprabhakar


This is a nice article.

Java API specs explicitly violates a few of the principles.

Like, 'ResultSet.next()' contains both state changing and behaviour logic.

Iterator.remove() method tightly coupled with Iterator.next()...

 Feed java.net RSS Feeds