Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"- Recognize different types of documentation and their purposes\n",
"- Plan and create effective documentation for various audiences \n",
"\n",
"## Introduction to Readable Cdoe \n",
"## Introduction to Readable Code \n",
"Readable code is essential for effective programming and maintenance. It makes the code easier to understand, debug, extend, and share with others. These notes will guide you through understanding what makes code readable and how to apply these principles in practice.\n",
"\n",
"### Improving Code Readability\n",
Expand Down
Loading