Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 549 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 549 Bytes

Library System

Java Style Guide

Any code should follow Google Java Style Guide as much as possible.

In summary:

  • Class names should be UpperCamelCase (like Order, Book).
  • Variable, method, attribute and parameter names should be lowerCamelCase (like updateBook, quantity, publicationYear).

Authors

  • Ibrahim Mohamed

Attribution

Library icons created by Freepik - Flaticon