Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: (Bit-Mage) <raj@thebitmage.com>
  • Loading branch information
(Bit-Mage) committed Oct 7, 2024
1 parent 0f17ba7 commit b00c8d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Content/20240611123653-namespaces.org
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
:END:
#+title: namespaces
#+filetags: :meta:cs:

* Overview
** Definition
- A namespace is a container that holds identifiers, such as variables and functions, and ensures that they are unique within that context.
** Purpose
- Resolves name conflicts arising from identifiers with the same name being used in different parts of a program.
- Enhances code organization and modularity.

0 comments on commit b00c8d8

Please sign in to comment.