Skip to content

Commit

Permalink
Fix subject-verb agreement in introduction section
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddily authored Sep 29, 2024
1 parent 0d1165f commit a8a88f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/computer_science/time_complexity.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Introduction

You've written a lot of code up to this point, and you've hopefully moved on from just trying to write code that works, to now considering code readability and maintainability. You might spend some time considering how you can create the necessary abstractions so that your code stays easy to work with even as the requirements for it grows.
You've written a lot of code up to this point, and you've hopefully moved on from just trying to write code that works, to now considering code readability and maintainability. You might spend some time considering how you can create the necessary abstractions so that your code stays easy to work with even as the requirements for it grow.

Code readability and maintainability are super important. After all, you will likely spend as much, if not more, time reading code than writing it. You need to make sure new features are integrated with ease.

Expand Down

0 comments on commit a8a88f5

Please sign in to comment.