Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.57 KB

File metadata and controls

28 lines (17 loc) · 1.57 KB

Resources

Gathering useful resources for engineering practice and use in TP-Coder Innovation Hub

พื้นที่สำหรับเก็บข้อมูลที่เกี่ยวข้องกับการพัฒนาซอฟต์แวร์และใช้ใน TP-Coder Innovation Hub

ADR (Architecture Decision Records)

Architecture Decision Records (ADRs) document important architectural decisions made in the project.

How to use ADR

ในทุก ๆ โปรเจค หากจะเริ่มเขียนโค้ดใด ๆ ให้ทำการบันทึกการออกแบบและความคิดของเราเองลงใน ADR เพื่อ mitigating เรื่องต่าง ๆ เช่น business impact, technical requirements, and other relevant factors.

Template

File Description Location Reference
0000-template.md ADR Template 1 adr/0000-template.md decision-record-template-by-michael-nygard
0001-template.md ADR Template 2 adr/0001-template.md -

Code Style

This section contains coding standards and style guides for different programming languages used in our projects.

Style Guide Source
Google Style Guides https://github.com/google/styleguide?tab=readme-ov-file