Add Feedback KeroseneLady

Thank you!
This commit is contained in:
Hendrik Kleinwaechter
2023-03-17 16:11:23 +01:00
parent 620ac93d21
commit 67d701c422

View File

@@ -65,7 +65,7 @@ always screaming at you with errors, and it's your job to figure out how to fix
It can take hours, sometimes days just to fix a simple problem. If you want
to become a software engineer, you have to develop a certain ``never-give-up'' attitude.
Frequently when writing code, a set of pre-made routines are required. These routines have been
When writing code, software engineers often need to use a set of pre-made routines. These routines have been
written by other engineers and can then be used to ship code faster.
This pre-written code is commonly known as {\it a framework}. In many cases,
these frameworks are not built by a single person but by engineers from all around the world,