Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

77%
+5 −0
Q&A What's a code bowling challenge?

It's the opposite of code golf. Code bowling is essentially a challenge where you try to write the longest code possible, as opposed to the shortest code. Now, this format comes with many issues, ...

posted 2y ago by Quintec‭

Answer
#1: Initial revision by user avatar Quintec‭ · 2021-07-31T04:11:19Z (over 2 years ago)
# It's the opposite of code golf.

Code bowling is essentially a challenge where you try to write the *longest* code possible, as opposed to the shortest code. Now, this format comes with many issues, and you may be able to see why. For example, just adding comments increases code length - you need a _very well-defined, specific, strict_ set of rules to write code-bowling challenges. It's very tricky to do this well - most code-bowling challenges on Stack Exchange failed to meet this, and as a result were later closed and locked. 

A good place to start is the rule "any removals from the source code make the code not work anymore", but this is not really enough to stop the endless possibilities of loopholes to make your code longer.