mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-03-15 04:26:51 +01:00
「📝」 doc: changed norm to match nix styling :D
This commit is contained in:
1
NORM.md
1
NORM.md
@ -3,6 +3,7 @@
|
|||||||
## File Structure
|
## File Structure
|
||||||
|
|
||||||
- Header Files (.hpp/.h):
|
- Header Files (.hpp/.h):
|
||||||
|
- Header folder must have a default.hpp which will be used for including in .cpp
|
||||||
- Include declarations of classes, functions, constants, and macros.
|
- Include declarations of classes, functions, constants, and macros.
|
||||||
- Use include guards or #pragma once to prevent multiple inclusions.
|
- Use include guards or #pragma once to prevent multiple inclusions.
|
||||||
- Source Files (.cpp):
|
- Source Files (.cpp):
|
||||||
|
Reference in New Issue
Block a user