Skip to main content

Definitions by benju

string smashing 

String smashing is a technique for solving complex structurals problem in computer science with excessive use of string concatenation. Typically results in extremely high cyclomatic complexity, unmaintanable code, and developer insanity.
Building an in application "search engine" for a relational database by having thousands of lines of PHP code that builds a massive string containing an sql query.

A simple example of string smashing would be the following line of pseudo code.

"select" + COLUMNS + "from" + TABLE_NAME + "where" + GET_CONSTRAINTS()
string smashing by benju May 9, 2013

jelly rolled 

To be tricked into clicking a link leading to a photo of an obese female.
Send any photos of Rita MacNeil under an inconspicuous filename...

"You got jelly rolled!"
jelly rolled by Benju March 26, 2008