Manifesto

Manifesto


Clean Code & Clean Architecture Guidelines

https://8thlight.com/blog/uncle-bob/2012/08/13/the-clean-architecture.html

Domain Driven Design

https://en.wikipedia.org/wiki/Domain-driven_design

Ubiquitous Language

Monolithic First

You Aren’t Gonna Need It (YAGNI)

https://en.wikipedia.org/wiki/You_aren%27t_gonna_need_it

Gitlab Flow

https://about.gitlab.com/2014/09/29/gitlab-flow/

Continuous Integration

https://en.wikipedia.org/wiki/Continuous_integration

Continuous Deployment

Continuous Delivery

https://en.wikipedia.org/wiki/Continuous_delivery

Pair Programming (Especially for onboarding new members)

https://en.wikipedia.org/wiki/Pair_programming

Test Driven Development

https://en.wikipedia.org/wiki/Test-driven_development

Increasing the bus factor

https://en.wikipedia.org/wiki/Bus_factor

Don’t Repeat Yourself (DRY)

https://en.wikipedia.org/wiki/Don%27t_repeat_yourself

Defer Commitment

http://www.101ways.com/lean-principles-4-defer-commitment/

Lean Software Development

https://en.wikipedia.org/wiki/Lean_software_development

Code Review

https://en.wikipedia.org/wiki/Code_review

Meeting Time Limit

http://www.effectivemeetings.com/guru/solution3.asp

Prevent Official Meeting

Documentation

Internal Communication

Notify All Team members in external communication (CC In emails)


Report Page