Click here to Skip to main content
15,917,565 members
Articles / All Topics

Design Tip – Write Honest Methods

Rate me:
Please Sign up or sign in to vote.
4.53/5 (4 votes)
13 May 2018CPOL5 min read 6K   5  
When designing the public interface of our classes and methods, we should try to avoid its misuse. Creating methods with honest signatures is a good technique to hide implementation details, reduce bugs and improve code readability. Continue reading...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions