Skip to content

Commit 3fb3491

Browse files
authored
Merge pull request #85 from codecrafters-io/andy/tweak
Expand notes for readline #qp2
2 parents 1e79b3d + 113e180 commit 3fb3491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course-definition.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ stages:
982982
983983
### Notes:
984984
985-
- We recommend using a library like [readline](https://en.wikipedia.org/wiki/GNU_Readline) for your implementation. Most modern shells and REPLs (like the Python REPL) use readline under the hood.
985+
- We recommend using a library like [readline](https://en.wikipedia.org/wiki/GNU_Readline) for your implementation. Most modern shells and REPLs (like the Python REPL) use readline under the hood. While you may need to override some of its default behaviors, it's typically less work than starting from scratch.
986986
- Different shells handle autocompletion differently. For consistency, we recommend using [Bash](https://www.gnu.org/software/bash/) for development and testing.
987987
988988
marketing_md: |-

0 commit comments

Comments
 (0)