Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Guide Request: Architecture and code design #31

@bvhme

Description

@bvhme

From contrib-guide:

  • Architecture

Architecture / Design

  • Single Responsibility Principle — a class/function should have one and
    only one responsibility.
  • Three strikes rule — if a small piece of code is copied once and it's
    simpler, that's okay. Anything more and it should be factored out.
  • Code left in a better state than found — we should continually be
    reducing technical debt, so if you touch a piece of code, it should be nicer
    than before.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions