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 / 41 completed
1 / 41
A junior developer writes in a pull request description:
"Set the value to nul to indicate missing data."
What is wrong with this sentence?

Frequently Asked Questions

What does the "Spelling Traps in IT English — null, boolean, JavaScript, GitHub | English for IT" exercise cover?

5 exercises on spelling and capitalisation traps in IT English: null vs nul, boolean vs Boolean, JavaScript vs Javascript, GitHub vs Github, frontend vs front-end.

Is this exercise free to use?

Yes. Every exercise on CoderSlingo, including this one, is free to use with no account, sign-up, or paywall.

How many questions are in "Spelling Traps in IT English — null, boolean, JavaScript, GitHub | English for IT"?

This exercise has 41 questions. Each one gives instant feedback with an explanation, so you can see exactly why an answer is right or wrong.