DEV Community

Discussion on: We believe in open-source, so why can't everyone code?

Collapse
 
isaacdlyman profile image
Isaac Lyman

I worry about the optics of "very few people are developers" if it risks making inexperienced or alternate-path devs feel like they're not part of the in-crowd. Correctness aside, I feel that it's more beneficial to start with "everyone can code" and make exceptions as needed, rather than to start with "only a few elite people can code" and vaguely rule out some number of capable people by default.

I'm a big fan of the "normal developer." In an industry as saturated with apps and ideas as the one we're in, not everyone needs to be a NASA-qualified TDD zealot who knows big-O notation and can balance a binary tree. In fact, it seems like the market demands a larger number of copy-and-paste, code-gluing, hack-until-it-works scrappers.

All the same, you're totally right that we shouldn't assume everyone should be a dev. Not everyone enjoys this kind of work.

Collapse
 
offendingcommit profile image
Jonathan Irvin

Not everyone enjoys this kind of work.

I know, you have to have a sick mind to enjoy debugging javascript. ;)

I'm a big fan of the "normal developer."

Me too. You can move mountains with a team of passionate, average folks, than a handful of rock stars with biased opinions.

This is my philosophy I'm applying to #jellyfin. I'm taking some folks that are new to the game or just feel like they aren't good enough and help them contribute to the project and learn best-practices.

Shameless Plug

GitHub logo two-jelly-beans / jelly-fin

A simple way to manage your finances with forecasting. We should automate our money, not make it automate us.

Jelly Fin

Discord Dependabot Status PRs Welcome contributions welcome CodeFactor


Finances are hard. It's one of the first adulting things everyone has to wrestle with. So, let's make it easy and automate it. Over the course of several years, my wife and I have tracked our finances using a forecasting method and had done it all within a spreadsheet. The time came where I wanted to take this concept and make it mobile using serverless architecture and clean design.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Installing and Running

  1. Clone the repo.
  2. Run npm install to cover any dependencies.

Common Issues:

If installation isn't working for you, check the following:

  1. Your version of node (v 8.x.x) & npm(v…