Developer Filip

What’s the first thing a developer does when their code does not work?

4 months ago | [YT] | 9



@monterreymxisfun3627

The non-sarcastic answer is to step through the code, enhance logging and analyze the logs.

4 months ago | 2

@Trazaeth

Another thing to note is that most of this is probably how variables, values, or other tidbits are stored in RAM. If your code is constantly working then suddenly not, and is fixed by this, consider heavily debugging your code.

3 months ago | 0

@Yosirhellothere

Change nothing and run it again

4 months ago | 2