Remove the template from the frontmatter.
This commit is contained in:
parent
448c7dad83
commit
ac6dbb0fb4
@ -5,7 +5,6 @@ date: 2023-04-09
|
|||||||
tags:
|
tags:
|
||||||
- development
|
- development
|
||||||
- php
|
- php
|
||||||
layout: layouts/post.njk
|
|
||||||
---
|
---
|
||||||
|
|
||||||
I have been mulling in my head for a while now about how I wanted to talk about this very common design pattern at work. [Designing by contract](https://en.wikipedia.org/wiki/Design_by_contract) is a very old idea in software and I have found myself having to explain it and teach it other developers at work. So hopefully in this post, I can elaborate on why using a contract is beneficial in the design and development of large applications.
|
I have been mulling in my head for a while now about how I wanted to talk about this very common design pattern at work. [Designing by contract](https://en.wikipedia.org/wiki/Design_by_contract) is a very old idea in software and I have found myself having to explain it and teach it other developers at work. So hopefully in this post, I can elaborate on why using a contract is beneficial in the design and development of large applications.
|
||||||
|
Loading…
Reference in New Issue
Block a user