How does SP work?

James Jeon·2023년 1월 9일
0

Test

FIRST principles

  • Fast
  • Independent
  • Repeatable
  • Self-Validating
  • Timely

TDD

  • Write test before code.
  • Aim for confidence.
  • Use test as antibodies.
  • Test one thing and assertion many.

Document

THET

  • Tutorial : learning-oriented | for newbie

  • How-to guide : problem-oriented | solve the problem, order and stages

  • Explanation : understanding-oriented | background knowledge and context

  • Technical reference : information-oriented | clear and complete explanation

    LearningWorking
    PracticalTutorialHow-to guide
    TheoriticalExplanationTechnical reference

Clean design

clean architecture

Clean architecture pattern and its principles

Software Design Patterns


Clean code

make best practices

  • coding standard
  • good style guide

code generation

hygen is the simple, fast, and scalable code generator that lives in your project.

profile
Programmer

0개의 댓글