Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanketsudake/software-engineering-excerpts
https://github.com/sanketsudake/software-engineering-excerpts
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanketsudake/software-engineering-excerpts
- Owner: sanketsudake
- Created: 2019-12-04T06:24:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T06:35:29.000Z (about 5 years ago)
- Last Synced: 2025-01-18T02:44:16.861Z (8 days ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# software-engineering-excerpts
- Software Engineering
```
Software engineering is what happens to programming
when you add time and other programmers.
```
- Programming
```
Programming means getting a program working.
You have a problem to solve, you write some code, you run it, you get your answer, you’re done.
That’s programming, and that’s difficult enough by itself.
```
[Ref](https://research.swtch.com/vgo-principles)- [Hyrum's Law](https://www.hyrumslaw.com/)
```
With a sufficient number of users of an API,
it does not matter what you promise in the contract:
all observable behaviors of your system
will be depended on by somebody.
```
- [Law of Leaky Abstractions](https://www.joelonsoftware.com/2002/11/11/the-law-of-leaky-abstractions/)