Something went wrong while setting issue due date.
Avoid puts() in starter code
Closed
Avoid puts() in starter code
We didn't use puts()
in CS 3 so many students didn't realize it was just a special case of printf()
. Alternatives include using printf()
everywhere (with %%
, ew), using printf("%s", str)
, or just improving the comments (but doesn't appear that students actually read these
Fixed in 04efba1d
mentioned in merge request !1 (merged)
closed via merge request !1 (merged)
mentioned in commit 64ca4796
Please register or sign in to reply