Skip to content

Instantly share code, notes, and snippets.

@h7lc0n
h7lc0n / WGC_Summary.md
Last active January 28, 2022 00:15
SudoGroup: Little summary about writing good code [ Markdown ]

How to write a good code ?

Terms:

- Technical depth

- Refactoring

- Naming convetion

Simple Topics:

- shortcuts is bad and causes reading problems for long time

- you have to make multiple files for multiple classes/functions (ie. main.cpp + header.h )

@h7lc0n
h7lc0n / WGC_Summary.txt
Last active January 22, 2022 19:21
SudoGroup: Little summary about writing good code
[&] How to write a good code ?
Terms:
- technical depth
- refactoring
- naming convetion
Simple Topics:
* shortcuts is bad and causes reading problems for long time
* you have to make multiple files for multiple classes/functions (ie. main.cpp + head>