1629213978945 Language Updatesby David J. Malan cli50 ide.cs50.io lab.cs50.io sandbox.cs50.io In anticipation of fall semester, cli50 and CS50 IDE have been updated with some updated language support! Java 16.0.2 Node 16.2.2 Python 3.9.6 Ruby 2.7.4
1600020600001 Rubber Duck Debugging in CS50 IDEby David J. Malan, ide.cs50.io In addition to printf, debug50 (aka gdb), and valgrind, CS50 also introduces students to rubber duck debugging, a technique that involves talking to a rubber duck (or any inanimate, or even animate, object) about a bug in their code. In