You should take care that your code is nicely formatted. You should choose a set of simple rules that govern the format of your code,
Methods should have verb or verb phrase names like postPayment, deletePage, or save. Accessors, mutators, and predicates should be names for their value and prefixed
Classes and objects should have noun or noun phrase names like Customer, WikiPage, Account, and AddressParser. Avoid words like Manager, Processor, Data, or Info in