1
0
mirror of https://github.com/CPunch/Laika.git synced 2026-05-24 19:40:03 +00:00
This commit is contained in:
2022-07-30 23:16:00 -05:00
parent ed96b75577
commit fab6c5b4f6
3 changed files with 2 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ Some notable features thus far:
## Why?
I started this project to practice my systems programming skills, specifically networking related things. The networking code in this project (under `/lib`) is probably what I'm most proud of in this project. After that I start trying to learn some common obfuscation methods I've seen used in the wild. I've used this project mostly to improve my skills of managing a 'larger' project. Things relating to having a consistent code style, documenting features and development tasks are really important skills to have when managing a codebase like this.
I started this project to practice my systems programming skills, specifically networking related things. The networking code in this project (under `/lib`) is probably what I'm most proud of in this project. After that I started trying to learn some common obfuscation methods I've seen used in the wild. I've used this project mostly to improve my skills of managing a 'larger' project. Things relating to having a consistent code style, documenting features and development tasks are really important skills to have when managing a codebase like this.
## How do I use this?