Try/fuckit: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
In computer programming, '''try/fuckit''' is a type of '''exception handling''' which expresses the programmer's angry response to occurrences of anomalous or exceptional conditions requiring special processing during the execution of a program. | |||
== Example == | |||
<pre> | <pre> | ||
try { | try { | ||
Line 23: | Line 27: | ||
* [[Gnomon algorithm]] | * [[Gnomon algorithm]] | ||
* [[Gnomon Chronicles]] | * [[Gnomon Chronicles]] | ||
* [[If (true) do stuff here]] - [https://x.com/GnomonChronicl1/status/1676598800725491717 Post] @ Twitter (5 July 2023) | |||
== Nonfiction cross-reference == | == Nonfiction cross-reference == | ||
Line 30: | Line 35: | ||
=== Categories === | === Categories === | ||
* [[:Category:]] | * [[:Category:Irresponsible Computing]] | ||
* [[:Category: (nonfiction)]] | * [[:Category:Computer programming (nonfiction)]] | ||
== External links == | == External links == | ||
Line 39: | Line 44: | ||
=== Social media === | === Social media === | ||
* [https://x.com/GnomonChronicl1/status/1809259424902423019 Post] @ Twitter (5 July 2024) | |||
* [https://x.com/GnomonChronicl1/status/1676605130647412738 Post] @ Twitter (5 July 2023) | * [https://x.com/GnomonChronicl1/status/1676605130647412738 Post] @ Twitter (5 July 2023) | ||
Line 44: | Line 50: | ||
[[Category:Fiction (nonfiction)]] | [[Category:Fiction (nonfiction)]] | ||
[[Category:Irresponsible | [[Category:Irresponsible Computing]] | ||
[[Category:Computer programming (nonfiction)]] | |||
[[Category:Computing (nonfiction)]] |
Latest revision as of 06:25, 6 July 2024
In computer programming, try/fuckit is a type of exception handling which expresses the programmer's angry response to occurrences of anomalous or exceptional conditions requiring special processing during the execution of a program.
Example
try { // Block of code to try if (true) { //do stuff } else { //emergency stuff //hopefully we won't need this } } fuckit (Exception e) { // Block of code that can just fuck off }
In the News
Fiction cross-reference
- Gnomon algorithm
- Gnomon Chronicles
- If (true) do stuff here - Post @ Twitter (5 July 2023)
Nonfiction cross-reference
Categories
External links
- Exception handling @ Wikipedia