Skip to content

Commit

Permalink
fix: article
Browse files Browse the repository at this point in the history
  • Loading branch information
karolis krusinskas committed Jan 24, 2023
1 parent 24ef8df commit 4afd303
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pages/educate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,17 @@
</p>
</template>
</Article>

<div>
<p class="mt-3">
<b>Example:</b>
<ul class="list-disc pl-5 mt-3">
<li>Task requires to update service in controller (low effort).</li>
<li>Task requires to update same service in 4 different repositories (high effort).</li>
</ul>
<br>
Both of these tasks have same Complexity, but requires different Effort.
</p>
</div>
</Container>
</template>

0 comments on commit 4afd303

Please sign in to comment.