Accountability

Accountability isn’t a built-in language feature: it’s a development practice. It means writing code in a way that makes it clear who did what, what happened, and why, so actions can be traced and owned.

Accountability may take several shapes:

  • Logging actions

  • Audit trails

  • Reporting errors

  • Adding tests

  • Using VCS

  • Code reviews.

Documentation

Related : RACI Model, Audit, Compliance, Responsability, Audit Trail