From 67d701c422732c8ba291e11ec0443f739ab45df5 Mon Sep 17 00:00:00 2001 From: Hendrik Kleinwaechter Date: Fri, 17 Mar 2023 16:11:23 +0100 Subject: [PATCH] Add Feedback KeroseneLady Thank you! --- book/intro/preface.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/intro/preface.tex b/book/intro/preface.tex index 900c4bb..0a569e0 100644 --- a/book/intro/preface.tex +++ b/book/intro/preface.tex @@ -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,