What's the difference between Brackets, Braces, and Parentheses!

December 29, 2020 · #programming #basics

Paired programming is a great opportunity to improve your communication skills and a key part of that is using the proper terms to refer to things; for example brackets, braces, and parentheses.

You may think these names are superfluous or that this article is condescending but I implore you to give it a shot in your next pairing session and see if it reduces the miscommunications that occur when talking through code.

Definitions

I hope this helps some folks improve their understanding of programming syntax and have more productive pairing sessions. This may seem straight forward but its shocking how often I say “parentheses” and get a confused look during pairing sessions but after quickly explaining these three terms it never happens again.