Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Sequential_coupling> ?p ?o. }
Showing items 1 to 14 of
14
with 100 items per page.
- Sequential_coupling abstract "In object-oriented programming, sequential coupling refers to a class that requires its methods to be called in a particular sequence. This may be an anti-pattern, depending on context.Methods whose name starts with Init, Begin, Start, etc. may indicate the existence of sequential coupling.Using a car as an analogy, if the user steps on the gas without first starting the engine, the car does not crash, fail, or throw an exception - it simply fails to accelerate.Side Note: Exceptions are acceptable some of the time because programs (especially large ones) need the feedback to determine why an object is not performing the expected behavior when one of its methods is called. Object initialization is not always possible at construction and may need to be delayed to a later time. The programmer using a class may not be the same programmer who wrote it.Sequential coupling can be refactored with the Template method pattern to overcome the problems posed by the usage of this anti-pattern.".
- Sequential_coupling wikiPageID "5842415".
- Sequential_coupling wikiPageRevisionID "546583863".
- Sequential_coupling hasPhotoCollection Sequential_coupling.
- Sequential_coupling subject Category:Anti-patterns.
- Sequential_coupling comment "In object-oriented programming, sequential coupling refers to a class that requires its methods to be called in a particular sequence. This may be an anti-pattern, depending on context.Methods whose name starts with Init, Begin, Start, etc.".
- Sequential_coupling label "Acoplamiento secuencial".
- Sequential_coupling label "Sequential coupling".
- Sequential_coupling sameAs Acoplamiento_secuencial.
- Sequential_coupling sameAs m.0f8jr3.
- Sequential_coupling sameAs Q7452503.
- Sequential_coupling sameAs Q7452503.
- Sequential_coupling wasDerivedFrom Sequential_coupling?oldid=546583863.
- Sequential_coupling isPrimaryTopicOf Sequential_coupling.