Skip to content

Instantly share code, notes, and snippets.

@ma7dev
Last active January 23, 2022 05:06
Show Gist options
  • Save ma7dev/44af37f66be8998dadab0144092dcf76 to your computer and use it in GitHub Desktop.
Save ma7dev/44af37f66be8998dadab0144092dcf76 to your computer and use it in GitHub Desktop.
Sudo Group's Weekly Meeting Notes

Sudo Group's Weekly Meeting Notes

Join our community of people interested in Software Engineering. link

#10 - How to write good code?

Host: @sudomaze

Note-taker: @h7lc0n (notes)

Clean code

Topics

  • Techincal debt
  • Refactoring
  • Rules
    • Design
    • Understandability
    • Naming Convention
    • Function
    • Comments
    • Source Code Structure
    • Tests
    • Code Smells
  • Following the language-specific community guidelines

Resource

Test-Driven Development (TDD)

Topics

  • Test-Driven Development (TDD)
  • TDD vs. regular development
  • How programming languages differ in development
  • Unit Testing
  • Continuous Integeration (CI) and Continuous Development (CD)
  • GitHub Actions and GitHub Runners
  • Writing good Git commits and Pull Requests (PRs)

TDD Programming Language levels

Resource

@h7lc0n
Copy link

h7lc0n commented Jan 23, 2022

Well, thats better than mine lol, anyway thank you for sharing this !

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