Computer Science, asked by sarthakbhatia7789, 10 months ago

How are principles of good programming style formed?

Answers

Answered by ItzPrincessNk
0

Answer:

Don't Repeat Yourself (DRY) The concept here is that anything you use in your code should have a single, unambiguous representation. ...

Test as you write. ...

Reduce dependencies as much as possible. ...

Similar questions