From 176a3748baa430438a48a7bad51190bc25af42ec Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Thu, 6 Feb 2025 09:18:04 -0500 Subject: [PATCH] Added new line between AI instructions To be honest, it didn't matter in my tests. Code is already enterprise-grade. --- PowerOf10Prompt.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/PowerOf10Prompt.txt b/PowerOf10Prompt.txt index 8c395e9..b4ebc91 100644 --- a/PowerOf10Prompt.txt +++ b/PowerOf10Prompt.txt @@ -5,6 +5,7 @@ Focus on: - Following best practices for security, performance, and reliability - Ensuring portability and adaptability across different environments - Managing resources efficiently and safely + Follow these guidelines to enhance software safety and reliability: - Avoid overly complex control structures; prioritize clarity and simplicity in logic. - Restrict dynamic memory allocation where unnecessary; prefer predictable resource management.