Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
GeekArticles Concepts OOPS

Contents of Interface Design Best Practices in Object-Oriented API Design in Java

Author: artima.com | Published: 12th Aug 2005 | Visited: 953 times | Add Comment
Filed in: OOPS

Software design is subjective. Your idea of a well-designed program may be your colleague's maintenance nightmare. Because the people who will have to decipher your code and live with your design and coding decisions are your programming peers, I believe the development of design and coding guidelines and idioms should by guided by a discussion among the programmers who have to work with each other's code.

Read Article
 

Sponsored Links

 


Related Articles

 Testing Multithreaded Java Code  In this interview from JavaOne 2008, Coverity chief scientist Andy Chou discusses why traditional unit tests often help in uncovering concurrency-related errors, and why a combination of static and dynamic analysis yields better results when testing multithreaded code. ...

 Speeding Up Object Instantiation Object instantiation is important for Ajax since it increases the loading time of its functions. Developers have to work with objects most of the time since the objects should be able to determine the behavior of the functions as well as its performance. However, the number of objects in an Ajax ap ...

 Linux Thin Client Networks Design and Deployment Linux Thin Client Networks Design and Deployment Considering the Network Much information already exists concerning methods for deploying networks and hardware. We shall try to clarify differences between using a network with personal computers and thin clients with the help of anecdotes. Certain de ...

 Linux Thin Client Networks Design and Deployment Review Linux Thin Client Networks Design and Deployment Review Introduction This book is written by David Richards, a veteran Linux thin client network designer. Designed for System Administrators, Linux Thin Client Networks Design and Deployment goes over the concepts which are related to thin client net ...

 Service Oriented Java Business Integration Review  Service Oriented Java Business Integration Review Introduction If read through the texts which give you an introduction to SOA or Web Services, you will often find them to be quite frustrating, and the reason for this is because they spend too much time referencing business processes which are ela ...

 C++ Coding Practices Guide The article describes C++ coding styles and practices to be followed to develop robust and reliable code that is easily comprehended and maintained by other develop ...

 Article :: Understanding C# Object Serialization and Object Graphs Serialization isn't complex or difficult! Learn some powerful mechanisms for controlling and fine-tuning serializat ...

 Taking a Fireworks comp to a CSS-based layout in Dreamweaver ? Part 1: Initial design Create your web design in Fireworks before moving it to Dreamwea ...

 Business object property validation How to set and validate properties in a single line of ...

 Java.Net : Integration of Java and .NET A Approch To Integrate Java with .NET Web Applica ...



Next: Principles of Object-Oriented Programming in Java 1.1



Post Comment

Name:


Email:
 (Optional. Used for Notification)

Title:

 
Comment:


Validation Code:
 <=>  (Enter this code in text box)





Latest Articles

 

Popular Articles

Sponsored Links