Skip to content

Instantly share code, notes, and snippets.

View JacksonBates's full-sized avatar
🅾️
Days Since Last Bug

Jackson Bates JacksonBates

🅾️
Days Since Last Bug
View GitHub Profile
@TheBusyBiscuit
TheBusyBiscuit / hacktoberfest-issue-template.md
Last active December 22, 2020 19:50
Hacktoberfest Issue Template

This Issue is part of Hacktoberfest - A yearly event which encourages participation in the open-source community. Sign up on their website and submit four pull requests during october (Oct 1st - Oct 31st) to any public open-source project on GitHub and earn a limited-edition T-shirt or plant a tree!

🔎 Scope

The following bullet points explain what the scope of this feature should be. It should give a general idea of what we want, you can of course deviate from this as needed.

  • what is wanted or expected

⚓ Difficulty

Here is our honest estimate on how difficult (on a scale of 1-5) the implementation may be:

@onlurking
onlurking / programming-as-theory-building.md
Last active March 28, 2025 02:18
Programming as Theory Building - Peter Naur

Programming as Theory Building

Peter Naur

Peter Naur's classic 1985 essay "Programming as Theory Building" argues that a program is not its source code. A program is a shared mental construct (he uses the word theory) that lives in the minds of the people who work on it. If you lose the people, you lose the program. The code is merely a written representation of the program, and it's lossy, so you can't reconstruct