less_retarded_wiki/magic.md

10 lines
618 B
Markdown
Raw Normal View History

2022-11-29 21:46:09 +01:00
# Magic
2025-06-26 21:52:18 +02:00
Magic stands for unknown mechanisms. Once mechanisms of magic are revealed and understood, it becomes [science](science.md). In [programming](programming.md) and technology in general the term has negative connotation as it's just a different word for [obscurity](obscurity.md). To give an example: "magic constant" is a specific [numeric](number.md) value in code that somehow makes the program "[just work](just_werks.md)" without it being clear how or why -- this is considered a "bad programming practice".
2025-03-11 12:33:07 +01:00
2024-08-25 01:56:24 +02:00
## See Also
2025-03-11 12:33:07 +01:00
- [obscurity](obscurity.md)
2024-10-23 20:14:11 +02:00
- [wizard](wizard.md)
2025-03-11 12:33:07 +01:00
- [Harry Potter](harry_potter.md)