Skip to content

Instantly share code, notes, and snippets.

@h7lc0n
Last active January 28, 2022 00:15
Show Gist options
  • Select an option

  • Save h7lc0n/71aaf8b964ef983bd3fbd2dccff4e6c1 to your computer and use it in GitHub Desktop.

Select an option

Save h7lc0n/71aaf8b964ef983bd3fbd2dccff4e6c1 to your computer and use it in GitHub Desktop.
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 )

- you should follow the same way the code language community writes

- you MUST write comments, dont write an essay, just a basic clear comment

- can you change your code later ?

Resources:


How to check if your code is good or bad ?

Terms:

- TDD "Test Driven Development"

- Test engineers

Simple Topics:

- test each code line first, check its working, then continue building, REPEAT

Resources:


./Presenter: @sudomaze

./Thanks to all who attended <3

@BKSalman

Copy link
Copy Markdown

ayyyy, pretty helpful my man, thanks for summarizing it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment