Darcy DeClute wrote:
Junilu Lacar wrote:Apologies for the contrarian tone...
I always find it is best to support people and encourage others when they are interested in pursuing a new career path, and I'd never discourage anyone from pursuing an accreditation in the field of their choosing.
Tim Holloway wrote:
testIsOpen_weekdays()
testIsOpen_weekends()
testIsOpen_late_night() (or testIsOpen_lateNight())
Campbell Ritchie wrote:Don't use underscores in method names.
kevin Abel wrote:
The Key shows extends and implements.
Is there a lot of importance for me to know which Collections extend or implements ?
Iain Ritchie wrote:... looking at things differently now and take more consideration into the objects and relationships between them and hoping this will better inform my code. ... I will start reading up and studying more source code as I think it would help demystify the workings of larger programmes.
Iain Ritchie wrote:
I was hoping to get some feedback on best practices,..One of the things I was most interested in was that I made the Cart class an inner class of the Store class and I'm not sure if this is good practice or not as I am struggling to understand the benefits of inner classes and not sure if they are used much so wanted to experiment to find a use for them and this made sense as the when the cart is instantiated it automatically adds itself to the list of Carts belonging to the Store.
kevin Abel wrote:I don't see an author named Singleton in the third editon of the HFJ.