From 99a4f756fd8b7140f2a853d65ce4b09d657dae92 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Sun, 4 Jan 2026 01:55:07 +0000 Subject: [PATCH] feat: Clarify code portability guidelines by emphasizing similarity to Java --- prompts/STANDARD.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/prompts/STANDARD.txt b/prompts/STANDARD.txt index 61cd40d..c891972 100644 --- a/prompts/STANDARD.txt +++ b/prompts/STANDARD.txt @@ -1,2 +1,3 @@ Look for C++ magic that only C++ has and see if we can remove it. I want the code to feel same as any other OO language. +Similar to Java.