Added new line between AI instructions

To be honest, it didn't matter in my tests. Code is already enterprise-grade.
This commit is contained in:
Tony Bark 2025-02-06 09:18:04 -05:00
parent 471372fdc9
commit 176a3748ba

View file

@ -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.