Skip to content

Commit 39f3df0

Browse files
committed
Apply automatic changes
1 parent a992dcb commit 39f3df0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ If you are only going to use the acronym once, maybe don't use it at all and rel
3939
<tr ><td class="abbreviation-td td_text">Concept ACK</td><td class="definition-td td_text">Concept ACKnowledgement</td><td class="usage-td td_text">Agree with the idea and overall direction, but haven't reviewed the code changes or tested them</td><td class="example-td td_text"><a href="https://github.com/bitcoin/bitcoin/issues/6100">Bitcoin</a></td></tr>
4040
<tr ><td class="abbreviation-td td_text">DevOps</td><td class="definition-td td_text">Devlopment Operations</td><td class="usage-td td_num"></td><td class="example-td td_num"></td></tr>
4141
<tr ><td class="abbreviation-td td_text">DI/DIP</td><td class="definition-td td_text">Dependency Inversion Principle</td><td class="usage-td td_text">The higher-level orchestrating components should not have to know the details of their dependencies</td><td class="example-td td_text"><a href="https://github.com/dwmkerr/hacker-laws#the-dependency-inversion-principle">Hacker Laws</a></td></tr>
42+
<tr ><td class="abbreviation-td td_text">DoD</td><td class="definition-td td_text">Definition of Done</td><td class="usage-td td_text">When all conditions, or acceptance criteria, that a software product must satisfy are met and ready to be accepted by a user, customer, team, or consuming system.</td><td class="example-td td_text"><a href="https://www.leadingagile.com/2017/02/definition-of-done/">DEFINITION OF DONE</a></td></tr>
4243
<tr ><td class="abbreviation-td td_text">DRY</td><td class="definition-td td_text">Don't Repeat Yourself</td><td class="usage-td td_text">This is used in couple with modular programming, and emphasize on code reusability</td><td class="example-td td_text"><a href="https://en.wikipedia.org/wiki/Don%27t_repeat_yourself">Wikipedia</a></td></tr>
4344
<tr ><td class="abbreviation-td td_text">DTO</td><td class="definition-td td_text">Data Transfer Object</td><td class="usage-td td_num"></td><td class="example-td td_text"><a href="https://en.wikipedia.org/wiki/Data_transfer_object">DTO Wikipedia</a></td></tr>
4445
<tr ><td class="abbreviation-td td_text">DX</td><td class="definition-td td_text">Developer Experience</td><td class="usage-td td_text">Guidelines to make onboarding and development of a project easy to get into and maintain</td><td class="example-td td_text"><a href="https://github.com/near/near-explorer/issues/803">Near (Github)</a></td></tr>

0 commit comments

Comments
 (0)