This issue is focusing more on programmer flexibility rather than non-programmer flexibility. There are parts of almost all of the java project files that are in need of some explaining. If someone who had no part in implementing this game were to look at our code, they would probably have a hard time understanding what everything does. So I want to improve the code's readability for anybody who is going to look at our code.
I'd like to improve readability by doing the following :
eliminating anything that isn't required for the program to work
create comments in places that have a lot of complex code
reduce code blocks into a more readable and concise form of themselves
Doing these three will definitely improve code readability as a whole. Improving readability overall improves programming flexibility since programmers will have a easier time reading and understanding what the code is trying to do, making it easier for them to implement something of their own
This issue is focusing more on programmer flexibility rather than non-programmer flexibility. There are parts of almost all of the java project files that are in need of some explaining. If someone who had no part in implementing this game were to look at our code, they would probably have a hard time understanding what everything does. So I want to improve the code's readability for anybody who is going to look at our code.
I'd like to improve readability by doing the following :
Doing these three will definitely improve code readability as a whole. Improving readability overall improves programming flexibility since programmers will have a easier time reading and understanding what the code is trying to do, making it easier for them to implement something of their own