Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a225be61ccf8a53e

Jump to content

// Workers AI · dad joke modeWhat did the stability model say? I'm balanced.

From Wikipedia, the free encyclopedia
(Redirected from Stability Model)

In software development, the stability model (SM) is a method for designing and modelling software. It is an extension of object-oriented software design (OOSD) methodology, such as Unified Modeling Language (UML), but adds its own set of rules, guidelines, procedures, and heuristics to achieve more advanced object-oriented (OO) software.

The motivation is to achieve a higher level of OO features, such as

  • Stability: the objects will be stable over time and will not need changes
  • Reusability: the objects can be reused for various kind of applications
  • Maintainability: the objects will need the least maintenance

Principles

[edit]

The design tries to make use of common sense while guiding through the process of SM based design. It will need minimum amount of rampup time for people to understand new applications and objects once the process and methodology is kept in mind.

The stability model is built using three main concepts -

History

[edit]

The SM method of OOSD was formulated by Dr Mohamed Fayad. He has been the editor in chief of the Computer magazine of the IEEE for many years. He has taught OOSD in two US universities and has written and currently writing few books on this subject.

References

[edit]

Bibliography

[edit]
  • "BRAVERY STABLE ARCHITECTURAL PATTERN" (PDF). 2010. Archived from the original (PDF) on 2015-11-17. Retrieved November 13, 2015.
[edit]