Beginner #spelling #capitalisation #technical-writing

Spelling Traps in IT English

Small details that mark the difference between a junior and a professional developer's writing. Do you spell these correctly every time?

Common spelling and capitalisation mistakes in IT English
  • null not "nul" — two l's in all C-family languages; NULL in SQL/C macros
  • boolean (lowercase) in TypeScript type annotations; Boolean (capital) in Java wrapper class context
  • JavaScript — both J and S are always capitalised
  • GitHub — capital G and capital H (it's a brand, not a git command)
  • frontend / front-end — both accepted; "frontend" trending; consistency matters most
0 / 5 completed
1 / 5
A junior developer writes in a pull request description:
"Set the value to nul to indicate missing data."
What is wrong with this sentence?