Skip to content

Commit

Permalink
fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Aug 16, 2024
1 parent ad181f0 commit 8664416
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,24 @@

## Context

Hermes, as an engine that runs user-developed applications, should have the functionality to load and execute the provided assembled application. This process must validate the application's integrity and correctness and prepare the application's state before executing it.
Hermes, as an engine that runs user-developed applications, should have the functionality to load and
execute the provided assembled application.
This process must validate the application's integrity and correctness and prepare the application's state
before executing it.

## Assumptions

Hermes application package could be corrupted or modified.

## Decision

During each application loading and running process, the application package should be provided. All possible validations and initialization should be performed based on the package data.
During each application loading and running process, the application package should be provided.
All possible validations and initialization should be performed based on the package data.

## Risks

* Potential bad user experience (UX) for each application run due to time consumption in validations and state preparation
* Potential bad user experience (UX) for each application run due to time consumption in validations and
state preparation

## Alternatives

Expand Down

0 comments on commit 8664416

Please sign in to comment.