Hey guys, are there any naming guidelines? I always prefer to give classes speaking names. I always think that extending the interface name with impl is not really speaking. :)
What do you think about Default as a prefix? This exactly describes, what this impl is. Btw. I think there should be only interfaces, if you have other implementations. Bye, Daniel 2012/2/25 Benoit Perroud (Resolved) (JIRA) <[email protected]> > > [ > https://issues.apache.org/jira/browse/DIRECTMEMORY-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] > > Benoit Perroud resolved DIRECTMEMORY-72. > ---------------------------------------- > > Resolution: Fixed > Fix Version/s: 0.6.0 > > > Pointer should be an interface > > ------------------------------ > > > > Key: DIRECTMEMORY-72 > > URL: > https://issues.apache.org/jira/browse/DIRECTMEMORY-72 > > Project: Apache DirectMemory > > Issue Type: Improvement > > Reporter: Benoit Perroud > > Assignee: Benoit Perroud > > Fix For: 0.6.0 > > > > > > Pointer class should become an interface, and its public fields need to > be encapsulated. > > PointerImpl could be the default implementation. > > -- > This message is automatically generated by JIRA. > If you think it was sent incorrectly, please contact your JIRA > administrators: > https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa > For more information on JIRA, see: http://www.atlassian.com/software/jira > > > -- Viele Grüße/Best Regards Daniel Manzke
