mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-05 19:06:37 +02:00
fix(slug): remove '-' and added '_'
This commit is contained in:
@@ -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.
|
Reference in New Issue
Block a user