Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Modern Techniques for Keeping Your Code DRY

code::dive conference via YouTube

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore modern C++ techniques for eliminating code repetition in this 57-minute conference talk from code::dive 2019. Learn how to construct zero-cost abstractions that express intent more clearly and improve code readability. Discover methods to replace common repetitive patterns with more concise and expressive alternatives, such as transforming "if (a > 0 && b > 0 && c > 0)" into "if (all_of(a, b, c) > 0)". Gain insights from speaker Björn Fahller, an experienced software architect and programmer, on creating your own abstractions to reduce micro-repetitions in code. Apply these techniques to enhance code maintainability, spot mistakes more easily, and improve overall functionality without incurring runtime costs.

Syllabus

Modern techniques for keeping your code DRY - Björn Fahller - code::dive 2019

Taught by

code::dive conference

Reviews

Start your review of Modern Techniques for Keeping Your Code DRY

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.