Skip to content

Commit

Permalink
Update 11_technical_risks.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
uo276976 authored Apr 27, 2024
1 parent 27c23ed commit 98a4126
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/src/11_technical_risks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
|Version management problems
|Errors in version control can delay the project. Ignorance of the branches and their purpose can lead to code conflicts.
|Lack of time
|Not planning work well can result in difficulties meeting deadlines
|Not planning work well can result in difficulties meeting deadlines.
|Use of unknown technologies
|The use of languages and technologies unknown to group members can make it difficult to perform assigned tasks
|The use of languages and technologies unknown to group members can make it difficult to perform assigned tasks.
|Non-optimal design
|Poorly considered design decisions can lead to a fragile or difficult-to-scale architecture, leading to long-term maintenance issues.
|===

=== Technical debts
Expand All @@ -20,4 +22,10 @@
|Risk|Description
|Insufficient documentation
|A lack of clear documentation about code and architecture can make it difficult to understand and maintain code, leading to additional work.
|Lack of refactoring
|The accumulation of redundant or outdated code can hinder future modifications and improvements, increasing the technical complexity of the project.
|Poor test coverage
|The absence of adequate test coverage can result in software that is prone to bugs and vulnerabilities that go undetected during the development.
|Bug pile-up
|Failure to properly resolve known bugs during development can result in code that is more problem-prone.
|===

0 comments on commit 98a4126

Please sign in to comment.