The style of code covers the aspects of the code that goes beyond whether or not it just works. What is the purpose of the code style?
1) To make the code more readable and maintainable
2) To improve the performance of the code
3) To fix bugs in the code
4) To test the code for errors