Why are invariants important in Computer Science

Posted by Antony Thomas on Programmers See other posts from Programmers or by Antony Thomas
Published on 2012-09-22T17:55:56Z Indexed on 2012/09/22 21:49 UTC
Read the original article Hit count: 457

I understand 'invariant' in its literal sense. I also recognize them when I type code. But I don't think I understand the importance of this term in the context of computer science.

Whenever I read conversations\white papers about language design from famous programmers\computer scientists, the term 'invariant' keeps popping up as a jargon; and that is the part I don't understand. What is so special about it?

© Programmers or respective owner

Related posts about programming-languages

Related posts about language-agnostic