Remove c
article thumbnail

A Day with Kotlin

Software Architecture

Null Safety One of the most common pitfalls of many programming languages including Java, is that accessing a null reference would result in a null reference exception. A Day with Kotlin was originally published in Software Architecture on Medium, where people are continuing the conversation by highlighting and responding to this story.

Java 100
article thumbnail

Another New Talk: Elements of Design

Sutter's Mill

At C++ and Beyond next week (and in December) I’ll also be giving a brand-new half-day talk on Elements of Design. Although those areas are pretty diverse, they also have a lot of commonalities, and the insights and learnings apply directly to mainstream classes-and-libraries production software design. Elements of Design.

Design 40