Translating Code Through Context How to use context to read code written by a different programmer, and read/write code in different programming language from your main language. Crystal Williams-Brown April 25, 2023 Code Review Translation Interpretation Context Programming Language Reading Translating Interpreting
Write Readable Code Techniques and reasons to optimize your code for people, not metrics. Edward Loveall March 18, 2022 Good Code Programming Refactoring Stories
Ruby splat operator 🌟 The Ruby splat operator is confusing and here is why… Sami Birnbaum January 17, 2022 Web Programming Ruby
Debugging Series 2021: Welcome to the Jungle Whether you’re a novice or a master, we’re going to help you level up your debugging game in this multi-part blog series, featuring new content every week! Louis Antonopoulos April 2, 2021 Debugging Series 2021 Debugging Bug Code Programming Problem Solving Learning
This is your threading bug Solving these bugs often involves doing less, but thinking through them can be tricky. Mike Burns May 19, 2020 Programming Bug Computer Science Good Code