DEV Community

Caleb (pxlmastr)
Caleb (pxlmastr)

Posted on

DEV Codes Together

Hey, DEV!!!

I thought of this and thought it would be a fun post, so here it is! I personally believe that this single post will rise to trending within a few days due to its fun nature.

The Goal

Basically, each comment thread will be its own file. Our goal is to code stuff, one line at a time, together.

So, Here's:

The Rules

  1. You may only paste in ONE LINE OF CODE. After that, you're done (for that thread)
  2. No switching the Programming Language. If you wanna code in something different, make a new thread.
  3. No one-liners. That's Cheating.
  4. Don't make other people's code useless. Make every comment contribute to something.
  5. No Bugs. If you have to, collaborate and let people know they need to edit their comment.

In the end, we will potentially have a fully-functioning program! (Or a hot mess >:D )

Good Luck Everyone!!!!!

Want to support me? Click the link and watch an ad.

Top comments (1)

Collapse
 
pxlmastrxd profile image
Caleb (pxlmastr)

Let's start this off with the first thread:

const express = require("express");
Enter fullscreen mode Exit fullscreen mode