From 89c5a2f165130ef7b54190a4c25b7986a8d85b06 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Thu, 11 Sep 2025 12:02:44 -0400 Subject: [PATCH] Strengthen language instructing reading the style guide --- design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design.md b/design.md index 60c8068..f3c4f53 100644 --- a/design.md +++ b/design.md @@ -9,7 +9,7 @@ 5. [Common Patterns](#common-patterns) 6. [Reference](#reference) -**See also:** [style.md](style.md) for comprehensive C++ coding standards and conventions. +**IMPORTANT:** Read [style.md](style.md) first - contains mandatory C++ coding standards, threading rules, and testing guidelines that must be followed for all code changes. ---