Hack (technology)

From Wiki @ Karl Jones dot com
Revision as of 18:03, 2 September 2015 by Karl Jones (Talk | contribs)

Jump to: navigation, search

A hack is an inelegant but effective solution to a problem.

Description

Similar terms include kludge and workaround. All of these terms are common in computer programming and other sorts of technology.

A kludge (or kluge) (/klʌdʒ/, /kluːʒ/, /kluːdʒ/) is a workaround or quick-and-dirty solution that is clumsy, inelegant, difficult to extend and hard to maintain, yet an effective and quick solution to a problem.

It is a rough synonym to the term "jury rig."

The term is used in diverse fields such as computer science, aerospace engineering, Internet slang, and evolutionary neuroscience.

Problem solving

Typically the hack is inelegant because the problem cannot be solved in the usual or expected manner, within a reasonable amount of time.

Breaking rules

Hacks may explicitly breaks rules, doing things the system was not meant to do.

Software bugs, undocumented features

Hacks may exploit software bugs or undocumented features.

See also

External links