Skip to content

Instantly share code, notes, and snippets.

View NahianAhmed's full-sized avatar
:octocat:
❤️ 👨‍💻 ☕

Nahian NahianAhmed

:octocat:
❤️ 👨‍💻 ☕
View GitHub Profile
@NahianAhmed
NahianAhmed / Java conventions.md
Created August 2, 2022 06:54 — forked from dferrandizmont/Java conventions.md
[Java conventions] #java

Coding Conventions

This file will cover important coding practices that are important to stress when coding this program. Listed below are some of the more important details that should be stressed. Each programmer has his/her own way to deliver code. The importance of having similar coding conventions throughout this program are listed below.

  • 80% of the time spent on a piece of software goes to maintenance.
  • Hardly any software is maintained for its whole life by the original author.
  • Code conventions improve the readability of the software, allowing engineers to understand new code more quickly and thoroughly.
  • If you ship your source code as a product, you need to make sure it is as well packaged and clean as any other product you create.