Coding Memes For The Public

Put all of your funniest coding memes here. Try and make people laugh. Have fun :wave:!

2 Likes

3 Likes

images

3 Likes

Most of this is just memes, lol.

1 Like

When I made it, I expected that, so that’s really why I made it
Although it does has some other random interesting stuff on it too

3 Likes

Replit forking in 3 seconds:
image

2 Likes

Another funny one:


Me right now when I’m coding talkrn :rofl::rofl::rofl:
Another one:
image
Looking at ChatGPT right now.:rofl::rofl::rofl::rofl:

OK last one:
image
This part two to the first post :rofl::rofl:

3 Likes

Me when I realize I forgot to finish implementing reporting messages :grimacing:

The incomplete Uno game that’s been collecting dust as i help solve other people’s issues on Ask:

1 Like

10 memes only a programmer will understand

Alrighty im hitting the hay now

2 Likes

web developers when they need a navbar:

nav {
  z-index: 9999999999 !important;
}

web developers when they need to make another html page on replit:

<!DOCTYPE html>
<html>
  <head>
    <!-- uh what comes next -->
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>title</title>
    <!-- you know what, i'm just gonna copy it from index.html -->

okok last one
when web developers need to make something mobile friendly in two seconds:

#container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#container > * {
  flex: 1 1 0px;
}

okie that’s all

1 Like

> copy the code
> edit code so it wouldn’t be similar
> done

3 Likes

5 Likes

image

9 Likes

Programming Memes : r/programmingmemes

5 Likes

Once you’re done shaking it, shouldn’t it be considered a milkshook?

4 Likes

My Favourite. :grinning:
image

4 Likes


is this good i am not sure.
image

4 Likes

image

5 Likes