Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

Longer titles found: List of software anti-patterns (view)

searching for Anti-pattern 14 found (90 total)

alternate case: anti-pattern

Function as a service (462 words) [view diff] exact match in snippet view article find links to article

is a subset of the serverless computing ecosystem. The "Grain of Sand Anti-pattern" refers to the creation of excessively small components (e.g., functions)
Serverless computing (1,746 words) [view diff] exact match in snippet view article find links to article
to evolve with advancements in cloud technologies. The "Grain of Sand Anti-pattern" refers to the creation of excessively small components (e.g., functions)
After the Burial (2,166 words) [view diff] case mismatch in snippet view article find links to article
Burial began playing two new songs called "A Wolf Amongst Ravens" and "Anti-Pattern" from their yet to be released album. On November 5, 2013, Sumerian Records
Business logic (1,290 words) [view diff] exact match in snippet view article find links to article
business logic and other code. The magic pushbutton is considered an "anti-pattern": a technique that in this case creates undesirable constraints which
Abstraction (computer science) (3,944 words) [view diff] exact match in snippet view article
Abstraction principle (computer programming) Abstraction inversion for an anti-pattern of one danger in abstraction Abstract data type for an abstract description
Microservices (3,267 words) [view diff] exact match in snippet view article find links to article
interdependencies between components. Two-phased commits are regarded as an anti-pattern in microservices-based architectures, resulting in a tighter coupling
Cognitive dimensions of notations (1,182 words) [view diff] exact match in snippet view article find links to article
feature of some programming languages Shotgun surgery – a development anti-pattern similar to viscosity Software visualization "The Magical Number Seven
Wolves Within (226 words) [view diff] case mismatch in snippet view article find links to article
No. Title Length 1. "Anti-Pattern" 3:27 2. "Of Fearful Men" 4:25 3. "Pennyweight" 4:54 4. "Disconnect" 5:58 5. "Nine Summers" 4:56 6. "Virga" (featuring
Dimension (data warehouse) (2,568 words) [view diff] exact match in snippet view article
dimension. Outrigger dimensions should be considered a data warehouse anti-pattern: it is considered a better practice to use some fact tables that relate
Parallel array (1,016 words) [view diff] exact match in snippet view article find links to article
Page 209 of section 10.3: Implementing pointers and objects. Skeet, Jon (3 June 2014). "Anti-pattern: parallel collections". Retrieved 28 October 2014.
Copy-and-paste programming (1,610 words) [view diff] exact match in snippet view article find links to article
paste is the primary interaction model, and hence not considered an anti-pattern. A simple example is a for loop, which might be expressed as for (int
Service abstraction (1,023 words) [view diff] exact match in snippet view article find links to article
hamper service logic refactoring efforts and can be considered as an anti-pattern towards the application of the service refactoring design pattern. Quality
APL (programming language) (9,846 words) [view diff] exact match in snippet view article
1093/comjnl/21.2.128. Hsu, Aaron (November 18, 2017). "Design Patterns vs. Anti-pattern in APL". functionalconf.com. Archived from the original on March 23,
MockServer (938 words) [view diff] exact match in snippet view article find links to article
response delay or any other characteristics of each response. A common anti-pattern for automated tests is to record and replay real dependent service responses