Skip to content

Commit 8ec1fcf

Browse files
authored
Fix grammar in disadvantages
1 parent 1d61506 commit 8ec1fcf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

book/languages/assembly/disadvantages.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ But there is a trade-off between the performance offered by assembly language an
1919

2020
* Coding in assembly sometimes is not intuitive and requires a lot of time to understand the code compared to higher level languages such as C, which is less verbose and is more descriptive.
2121

22-
* The entire code in assembly language could turn out to be monstrous in some stage cannot, because of which it cant't be handled or maintained easily.
22+
* The entire code in assembly language could turn out to be monstrous in some stage cannot, because of which it can't be handled or maintained easily.
2323

2424
* Manually writing in assembly language for large programs such as an OS for instance can be frustrating.
2525

2626
## Birth of the higher-level languages
2727

2828
Even though assembly language offers high performance it cannot be effectively used to build user applications, because a higher abstraction is necessary to do so.
29-
Also it is not "programmer friendly" in the sense that it still remains a low level language and can be difficult to grasp or understand.
30-
Hence a need for abstracting assembly language itself arises which is both understandable and "programmer friendly".
29+
Also, it is not programmer friendly in the sense that it still remains a low level language and can be difficult to grasp or understand.
30+
Hence, a need for abstracting assembly language itself arises which is both understandable and programmer friendly.
3131

32-
From this need new assembly languages were born with a higher abstraction, which were more "programmer friendly" than the initial low level assembly languages but they still remained assembly languages.
32+
From this need new assembly languages were born with a higher abstraction, which were more programmer friendly than the initial low level assembly languages, but they still remained assembly languages.
3333

3434
Afterwards even higher level languages were introduced which acted like an abstraction of assembly language itself. One of the most notable languages among these is C.

0 commit comments

Comments
 (0)