Java naming Convention
849023Mar 21 2011 — edited Mar 23 2011Hi all,
I urgently needed your assistance on advice regarding the java naming convention.
i am in the middle of creating a interface class and a implementation class
BusinessAccountIF
and
BusinessAccount
However, I been told is very bad ideal to use the word IF in the ending of interface.
Technical we don’t need to, but I always like my code to be tidy,
hence using the IF in the end of the interfaces class.
Please do let me know what your thought??
Edited by: 846020 on 21-Mar-2011 06:10