Skip to the content
Software Made Clear Diagrams that show the mechanism About

LANGUAGE REFERENCE

One construct, one language, one page

The concept articles explain the mechanism once. These pages carry the detail that only bites you in a particular language — the allocation, the silent truncation, the method that is O(n) where you assumed O(1).

Python

1 guide available
Planned reference pages 12 in the writing queue

These pages are not available yet. Published guides appear above as they are ready.

Python

  • try / except
  • list
  • dict

Java

  • PriorityQueue
  • try / catch
  • ArrayList vs LinkedList

C++

  • priority_queue
  • std::list

SQL

  • CREATE INDEX
  • clustered index

JavaScript

  • async / await
  • try / catch