Try/fuckit: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Lowercase title}} | |||
In computer programming, '''try fuckit''' is a type of ''exception handling'' which expresses the programmer's angry response to occurrence of anomalous or exceptional conditions requiring special processing during the execution of a program. | |||
== Example == | |||
<pre> | <pre> | ||
try { | try { | ||
Line 30: | Line 35: | ||
=== Categories === | === Categories === | ||
* [[:Category:]] | * [[:Category:Irresponsible Computing]] | ||
* [[:Category: (nonfiction)]] | * [[:Category:Computer programming (nonfiction)]] | ||
== External links == | == External links == | ||
Line 46: | Line 51: | ||
[[Category:Irresponsible Software]] | [[Category:Irresponsible Software]] | ||
[[Category:Computer programming (nonfiction)]] | |||
[[Category: (nonfiction)]] | [[Category:Computing (nonfiction)]] | ||
Revision as of 09:09, 5 July 2024
Template:Lowercase title In computer programming, try fuckit is a type of exception handling which expresses the programmer's angry response to occurrence 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
Nonfiction cross-reference
Categories
External links
- Exception handling @ Wikipedia
Social media
- Post @ Twitter (5 July 2023)