int main(void) { int a; if (a == 5) { // 100500 lines below } else { // 100500 lines below } }
int main(void) { int a; if (a == 5) { // refactor code, maybe call functions } else { // refactor code, maybe call functions } }
int main(void) { int a; if (a == 5) { // refactor code, maybe call functions return 1; } // refactor code, maybe call functions }
Last updated 11 months ago