fix(slug): remove '-' and added '_'

This commit is contained in:
Abhiraj Roy
2024-12-03 12:25:00 +05:30
committed by GitHub
parent acbd6e859d
commit cbd24688d2

View File

@@ -1,5 +1,6 @@
---
sidebar_position: 8
slug: coding_standard
---
# Coding Standard
@@ -70,4 +71,4 @@ sidebar_position: 8
- Write thread-safe code when dealing with concurrent operations.
- Use synchronization mechanisms to prevent race conditions and deadlocks.
These coding standards provide a solid foundation for writing clean, maintainable, and efficient code across different programming languages and paradigms. However, it's essential to adapt and extend these standards based on the specific requirements and characteristics of your project or organization.
These coding standards provide a solid foundation for writing clean, maintainable, and efficient code across different programming languages and paradigms. However, it's essential to adapt and extend these standards based on the specific requirements and characteristics of your project or organization.