-
Couldn't load subscription status.
- Fork 2k
Closed
Description
Edit: This thread started with a fairly narrow issue, then the discussion broadened to the state of the "examples" directory.
The proposal here is to fix two small problems in the computer_science directory (one of which Michael just fixed, thank you), and then to deprecate some examples that are probably not worth maintaining going forward.
Original post:
The linked_list.coffee example in examples/computer_sciences uses a bare constructor that is misleading:
The code below doesn't do it what it suggests, and, in fact, you can remove the code and the example still works.
->
this._head = null # Pointer to the first item in the list.
Metadata
Metadata
Assignees
Labels
No labels