1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +02:00

Add class variants example (#8806)

Add link to Northeastern University course on Class Invariants.

I think this link provides a good middle ground between the existing but high-level Wikipedia article and the extremely detailed but difficult to parse arXiv paper.
This commit is contained in:
Adnan Valdes
2025-06-24 01:47:09 +02:00
committed by GitHub
parent f798ab4876
commit fc2512e4f9

View File

@@ -7,4 +7,5 @@ Class invariants are typically defined in the constructor of a class and are enf
Learn more from the following links:
- [@article@Overview of Class invariant](https://en.wikipedia.org/wiki/Class_invariant)
- [@article@Class Invariants](https://course.ccs.neu.edu/cs3500f15/lec_08_notes.html)
- [@article@The concept of class invariant in object-oriented programming](https://arxiv.org/abs/2109.06557)