From: Panayotis K. <pan...@pa...> - 2011-08-03 18:59:30
|
On 3 Αυγ 2011, at 6:33 μ.μ., Arno Puder wrote: > > looks good to me. Is there an alternative to what you have proposed? > > Arno Yes, now it uses internal classes, which are organized by type. We can instead use what we usually do, with flat final integers inside a dummy public final class. The reason I propose this instead is clarity, yp organize things together instead of having everything in a flat file. |