
[CODING SKILL] Code thối – Code smell – Anti pattern
< CODING SKILL > Note nhẹ một vài dạng code smells (code thối) để ae tránh 😉 ❎Feature Envy: Trong class A get một vài […]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
#include <stdio.h> int main() { unsigned int x = 100; if (x > -1) { printf("OK. Good."); } else { printf("WTF ???"); } return 0; } |
Copyright © 2025 CppDeveloper by Phạm Minh Tuấn (SHUN)