Remove c
article thumbnail

Legacy Architecture Modernisation With Strategic Domain-Driven Design

Strategic Tech

Most organisations go through an architecture modernisation effort at some point as their systems drift into a state of intolerable maintenance costs and they diverge too far from modern technological advances. This means a software architecture should be purposely designed for the most favourable business consequences.

article thumbnail

A Day with Kotlin

Software Architecture

Kotlin’s type system eliminates the danger of null references from code. val a = "abc" // type inferred to String val b = 4 // type inferred to Int val c: Double = 0.7 // type declared explicitly val d: List<String> = ArrayList() // type declared explicitly Explicit conversions are also supported.

Java 100
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

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
article thumbnail

Cloud Adoption in 2020

O'Reilly

Software engineers represent the largest cohort, comprising almost 20% of all respondents (see Figure 1 ). Technical leads and architects (about 11%) are next, followed by software and systems architects (9+%). However, a notable minority—some 15%—occupy C-level or executive roles. Serverless Stagnant. 3 But which cloud?

Cloud 141