Post

Code Monkey
Code Monkey@UnityCodeMonkey·
Why does clean code matter even if the code technically works? A) Because code that works today can become painful to modify after adding more features B) Because the compiler refuses to run messy code (answer in reply below)
English
6
1
8
2.1K
Code Monkey
Code Monkey@UnityCodeMonkey·
#### ANSWER #### #### ANSWER #### #### ANSWER #### #### ANSWER #### #### ANSWER #### #### ANSWER #### #### ANSWER #### #### ANSWER #### #### ANSWER #### #### ANSWER #### #### ANSWER #### #### ANSWER #### (A) "Does it work?" is only the first question. The bigger question is, will it still work after you add 20 more features? Messy code might be fine for a tiny prototype, but if you're building a real game, a project that you will work on for months or years, then you need a solid foundation that can actually survive changes. Therefore yes, "just works" isn't enough, you should write high quality code so you can actually finish your games. Check out my talk on YouTube titled: "How to Write High Quality Code that doesn't fall apart"
English
0
0
2
553
Paylaş