---
title: "🧠 I Code Differently Depending on These 5 Project Types"
url: https://daily.dev/posts/i-code-differently-depending-on-these-5-project-types-vvow0dtvw
source_url: https://joel.net/i-code-differently-depending-on-these-5-project-types
type: article
source: "Hashnode"
published: 2020-11-04T04:16:50.566Z
updated: 2021-10-07T14:17:10.317Z
tags: ["general-programming", "open-source"]
reading_time: 3
upvotes: 12
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 🧠 I Code Differently Depending on These 5 Project Types

**[Hashnode](https://daily.dev/sources/hashnode)** · 3 min read · 12 upvotes · 1 comments

## Summary

There isn't a single design pattern that has a rule that says it should be used in 100% of scenarios. The priority of an Open Source project should be readability. A Proof of Concept (PoC) project's priority is development time. A PoC's application should be created as fast as possible.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://joel.net/i-code-differently-depending-on-these-5-project-types>

## Community discussion

Top comments from developers on daily.dev.

**@youssefrabeiii** · 2 upvotes

> Great post, TL;DR
> Project Types
>
> 1- Proof of Concept
> (main functions as fast as possible)
>
> 2- Personal (Pet Projects)
> (explore and find new tech)
>
> 3- Open Source
> (readability, design patterns)
>
> 4- Libraries
> (focus on the developer experience)
>
> 5- Enterprise Applications
> (uptime and performance)

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#general-programming](https://daily.dev/tags/general-programming), [#open-source](https://daily.dev/tags/open-source)

[View this post on daily.dev](https://daily.dev/posts/i-code-differently-depending-on-these-5-project-types-vvow0dtvw)
