RocordJavaScript2023 / realtime

Rocord Application
1 stars 0 forks source link

Remove magic strings and numbers from source Code. #8

Open errorgenerator opened 1 year ago

errorgenerator commented 1 year ago

Description:

As a Team we should ensure that our Code does not contain any 'magic' strings and numbers.

That means, we need to check the source code for hardcoded URLS, strings and numbers and evaluate which of these could be replaced by environment variables.

This will simplify the development process and make the application less prone to errors.

Current State:

No checks have been performed and there are still some magic strings in the application logic.

Desired State:

As much configuration as possible is done via the .env-file.

Definition of Done