Curb your objects!: an orthodox form for C# classes

  • Authors:
  • Roberto Jimeno;M. S. Jorge;L. Ortega-Arjona

  • Affiliations:
  • City University of New York, New York;Facultad de Ciencias, Circuito Exterior de Ciudad Universitaria UNAM., Mexico D.F. C.P.;Facultad de Ciencias, Circuito Exterior de Ciudad Universitaria UNAM., Mexico D.F. C.P.

  • Venue:
  • ACM SIGCSE Bulletin
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Orthodox Form for C# Classes (OFC#C) is an idiom proposed for the C# programming language that intends to provide its classes with a basic structure that assures a predictable behavior for creation, copy, and destruction of instances. When classes in C# are written it is desirable to build them in such a way that their instances produce objects which behave in predictable ways. Programmers tend to make mistakes when their objects behave at run time in the same way the they expect them to behave at write/compile time.