A Developer Should Know: Writing good code could help improve quality, timing, and migration for the owner, and another member of the Team. But if we do anything in our major, we must have a mindset to improve it.
Write a good code - Table Content
With the list below, when facing and receiving mention of another developer.
Variable
Reduce The Scope Of The Variable's Impact.
Rule Of Object
Single Responsibility Principle(A part of SOLID)
Style Code
Give It's A Correct Naming
Object Relationship
Make Method With Depend On Something Else
OOP
Wait A Minute With Inheritance
Condition
Make Codition Could Be More Simple Rather Complicate