Skip to content

Commit

Permalink
Adding habits of great software engineers (thanks Dave Vankampen)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertecurtin authored Sep 5, 2024
1 parent 3889baf commit ac39149
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"category": "Fun code stuff",
"links": [
{
"title": "How To Write Unmaintainable Code",
"title": "How To write unmaintainable code",
"url": "https://cs.fit.edu/~kgallagher/Schtick/How%20To%20Write%20Unmaintainable%20Code.html"
},
{
Expand All @@ -15,21 +15,25 @@
"url": "https://gist.github.com/rxaviers/7360908"
},
{
"title": "How to Make Your Code Reviewer Fall in Love with You",
"title": "How to make your code reviewer fall in love with you",
"url": "https://mtlynch.io/code-review-love/"
},
{
"title": "Code smells",
"url": "https://refactoring.guru/refactoring/smells"
},
{
"title": "Top 4 Symptoms of Bad Code",
"title": "Top 4 symptoms of bad code",
"url": "https://www.excella.com/insights/top-4-symptoms-of-bad-code"
},
{
"title": "The three virtues of programming",
"url": "https://thethreevirtues.com/"
}
},
{
"title": "Habits of great software engineers",
"url": "https://vadimkravcenko.com/shorts/habits-of-great-software-engineers"
},
]
},
{
Expand Down

0 comments on commit ac39149

Please sign in to comment.