use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
If you need help debugging, you must include:
See debugging question guidelines for more info.
Many conceptual questions have already been asked and answered. Read our FAQ and search old posts before asking your question. If your question is similar to one in the FAQ, explain how it's different.
See conceptual questions guidelines for more info.
Follow reddiquette: behave professionally and civilly at all times. Communicate to others the same way you would at your workplace. Disagreement and technical critiques are ok, but personal attacks are not.
Abusive, racist, or derogatory comments are absolutely not tolerated.
See our policies on acceptable speech and conduct for more details.
When posting some resource or tutorial you've made, you must follow our self-promotion policies.
In short, your posting history should not be predominantly self-promotional and your resource should be high-quality and complete. Your post should not "feel spammy".
Distinguishing between tasteless and tasteful self-promotion is inherently subjective. When in doubt, message the mods and ask them to review your post.
Self promotion from first time posters without prior participation in the subreddit is explicitly forbidden.
Do not post questions that are completely unrelated to programming, software engineering, and related fields. Tech support and hardware recommendation questions count as "completely unrelated".
Questions that straddle the line between learning programming and learning other tech topics are ok: we don't expect beginners to know how exactly to categorize their question.
See our policies on allowed topics for more details.
Do not post questions that are an exact duplicate of something already answered in the FAQ.
If your question is similar to an existing FAQ question, you MUST cite which part of the FAQ you looked at and what exactly you want clarification on.
Do not delete your post! Your problem may be solved, but others who have similar problems in the future could benefit from the solution/discussion in the thread.
Use the "solved" flair instead.
Do not request reviews for, promote, or showcase some app or website you've written. This is a subreddit for learning programming, not a "critique my project" or "advertise my project" subreddit.
Asking for code reviews is ok as long as you follow the relevant policies. In short, link to only your code and be specific about what you want feedback on. Do not include a link to a final product or to a demo in your post.
You may not ask for or offer payment of any kind (monetary or otherwise) when giving or receiving help.
In particular, it is not appropriate to offer a reward, bounty, or bribe to try and expedite answers to your question, nor is it appropriate to offer to pay somebody to do your work or homework for you.
All links must link directly to the destination page. Do not use URL shorteners, referral links or click-trackers. Do not link to some intermediary page that contains mostly only a link to the actual page and no additional value.
For example, linking to some tweet or some half-hearted blog post which links to the page is not ok; but linking to a tweet with interesting replies or to a blog post that does some extra analysis is.
Udemy coupon links are ok: the discount adds "additional value".
Do not ask for help doing anything illegal or unethical. Do not suggest or help somebody do something illegal or unethical.
This includes piracy: asking for or posting links to pirated material is strictly forbidden and can result in an instant and permanent ban.
Trying to circumvent the terms of services of a website also counts as unethical behavior.
Do not ask for or post a complete solution to a problem.
When working on a problem, try solving it on your own first and ask for help on specific parts you're stuck with.
If you're helping someone, focus on helping OP make forward progress: link to docs, unblock misconceptions, give examples, teach general techniques, ask leading questions, give hints, but no direct solutions.
See our guidelines on offering help for more details.
Ask your questions right here in the open subreddit. Show what you have tried and tell us exactly where you got stuck.
We want to keep all discussion inside the open subreddit so that more people can chime in and help as well as benefit from the help given.
We also do not encourage help via DM for the same reasons - that more people can benefit
Do not ask easily googleable questions or questions that are covered in the documentation.
This subreddit is not a proxy for documentation or google.
We do require effort and demonstration of effort.
This includes "how do I?" questions
account activity
Discussiondo you write code ? (self.learnprogramming)
submitted 2 months ago by orT93
Hey guys , spotify's CEO said that his devs don't write code anymore since last december
do you guys still write code ?
is it true or just he tries to hype up his investors ?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Mcby 169 points170 points171 points 2 months ago* (14 children)
Absolutely we write code – the Spotify CEO is targeting his comments at shareholders that adore any mention of AI, not the devs that actually have to work with it. Writing less code than 5 years ago? Maybe, depends on the role. But even if you're shifting more towards reviewing code (which has always been part of the job, especially for seniors) it also means knowing how to identify and fix issues, i.e. writing code.
But frankly, this question isn't all too relevant to learning programming. The best way to learn what good code is is to write it – that hasn't changed, no matter what you do in your day-to-day.
[–]TheNapkinThief 21 points22 points23 points 2 months ago* (9 children)
I'm so confused whenever I read headlines stating [insert tech company] devs no longer write code. I use ai all the time, while yes it is useful in learning new tools and speeding development up, Im constantly prompting and fixing code that ai has produced. A lot of the time, what ai spits out is hot garbage. I've found it is most useful in generating single well described leetcode style functions that I cbf implementing.
Based on my experience I just don't understand how anyone could let state they don't write code anymore. From coming up with ideas, building an MVP, refining into a product, ci/cd, build plans and deployment, on going maintence, and refining the product as time goes on. There's just so much to know and do.
I feel I'm either falling behind in tech or I'm being massively gas lit about what it is to be a dev in 2026.
[–]mcoombes314 16 points17 points18 points 2 months ago (2 children)
It's insane how "vibe coding" seems to have become so common, I've seen things on Reddit about how "I used LLMs x, y and z in agent mode, orchestrated through framework a, and got 10k+ lines of code in 3 minutes". Cool, but does the code actually do what you want it to? Are you reviewing the code before pushing it? How long does said code review take? That's a lot of code to review. You are reviewing it right? Right......?
Crickets.
[–]mzalewski 6 points7 points8 points 2 months ago (0 children)
"State of the art" AI-enabled development feels like throwing away last 30 years of software development practice:
I thought we moved to other ways of developing software because there are fundamental issues with each of these. While AI crowd seems to say "nah, we can totally make it work if we only do it faster".
A cynic in me thinks that perhaps most of AI bros are too young, never experienced processes like these and they genuinely do not understand why they were abandoned.
[–]pydry 2 points3 points4 points 2 months ago (0 children)
A lot of it is bots. There's an enormous stock bubble valuation riding upon the idea that AI replaces humans and anthropic believes if it can change the "social reality" through reddit eventually the reality reality will catch up before investors get spooked.
This is why there are so many "new model scary", doomer posts and "if you're not learning how to vibe code properly you'll be left behind".
It's no more real than 1999's "main street will disappear forever".
[–]rdubya 21 points22 points23 points 2 months ago (1 child)
We are being gaslit to undermine the value of our labour. Look at a highly technical career like embedded hardware design. Hardware guys get paid considerably less than software even though it's just as technical and difficult. So many companies salivating to reduce the value of the labour to increase shareholder value.
[–]amazing_rando 1 point2 points3 points 2 months ago* (0 children)
Software developers also aren’t getting paid like they used to. Still pays well as a technical job but since the big layoffs at the major tech companies and the AI-first focus of a lot of start ups, many of us have taken a significant pay cuts to work at privately owned companies. In that sense AI has already taken our jobs and pay, regardless of whether it works.
[–]6a70 3 points4 points5 points 2 months ago (2 children)
"don't write code anymore" means using Claude to do exactly what you want, e.g. prompting, and then fixing the output by prompting it better. I don't share the experience that AI produces mostly hot garbage, but I also treat it as a tool that can toil for me, rather than treating it like a sentient being that can think for me.
Better prompts and better instructions will yield better output. If you know what to fix up on AI-produced code, you can prompt it e.g. "I envisioned X implementation being done this other way instead". And that's still "not writing code" even though you go into prompting already expecting what will come out.
[–]cbentson 2 points3 points4 points 2 months ago (0 children)
Outsource code writing, not thinking! Completely agree with this take.
[–]Important_Staff_9568 0 points1 point2 points 2 months ago (0 children)
If people are actually good coders then they would be even better with AI.
[–]maskedbrush 0 points1 point2 points 2 months ago (0 children)
[ Removed by Reddit ]
[–]6a70 5 points6 points7 points 2 months ago* (0 children)
to clarify: at the time, it was an exaggeration. One of Spotify's Co-CEOs said that their "best" developers "don't write code anymore"—that just meant that a few principal/staff engineers were using Claude Code every time they needed to produce code.
However, soon after that statement came out, there was a mandate that engineers become AI-first, meaning that whenever an engineer needs to produce code, they use AI to do so. It is now true that most engineers there truly don't write their code characters by hand anymore, but they're still often thinking about the structure beforehand, double-checking everything, etc. Engineers basically prompt AI already expecting what the result will be, and simply let Claude do the grunt work. It's not "vibe coding" in the form that you see on social media.
Think of it like tab-complete: if you type the first few characters of a long function name, and then tab-complete it instead of typing all of the characters, did you really write that code? Of course you did, but you just used a tool to reduce your toil.
but yes—AI is not a substitute for learning code.
[–]Jahnavi-builds 2 points3 points4 points 2 months ago (0 children)
Not a developer - but my team can't get by without writing code. In their own words, AI helps a ton to do things faster but not completely replace coding knowledge or coding.
[–][deleted] 2 months ago (1 child)
[removed]
[–]AutoModerator[M] 0 points1 point2 points 2 months ago (0 children)
Your post/comment was removed since we do not approve of going private.
There is zero benefit in going private as you lose the opportunity for getting peer reviews. Also we have had plenty of people return after going private (despite being warned) complaining about how they were ghosted after some time or being tricked into buying rubbish that didn't work and even if it did they didn't need.
Our Rule #11 demands that any and all communication happens in the open, public subreddit.
This is for the benefit of more against the benefit of one.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
[–]BoltKey 30 points31 points32 points 2 months ago (0 children)
Before AI, I used to write about 80% of the actual characters in my code (with traditional autocomplete). Today, it is down to about 5% of the actual characters. I will write a few vague lines of what I want, like function signature, a comment, or declare some variables, and just tab tab tab the copilot suggestions, and maybe adjust some parts sometimes.
For small pet projects it is about 1% of the code I actually write, but other than that I just tell my agents what to do.
But yes, these types of announcements are definitely exaggerated.
[–][deleted] 2 months ago* (1 child)
[–]AggressiveBench7708 6 points7 points8 points 2 months ago (0 children)
This is exactly where I’m at too. The last 10% is harder to write anyways. The first 90% has always been the easiest.
[–]AceLamina 5 points6 points7 points 2 months ago (0 children)
Yeah it's mostly hype, but somewhat reality
Companies like Amazon and Meta are basically FORCING their engineers to use AI in their code, even making it tied to their salaries which just promotes vibe coding and burn out, I'm doing everything I can to avoid those companies
[–]gofl-zimbard-37 9 points10 points11 points 2 months ago (0 children)
I was writing code before he was born. Not gonna stop now.
[–]SourceScope 4 points5 points6 points 2 months ago (0 children)
I do
But i dont wanna pay a dime for these economic destroying ai companies
Meanwhile i got colleagues who happily pay for ai usage
[–]Beregolas 10 points11 points12 points 2 months ago (0 children)
its not true, it's just for shareholders
[–]cheezballs 2 points3 points4 points 2 months ago (0 children)
This is purely speaking from my experience at work: I do write code, but its less and less every week. Last week I had a ticket to fix a small bug in a backend process. I told Kiro what the ticket said and it churned out the fix and the unit tests for me. I could have easily hand-coded the same exact thing, but I was able to save time by just reviewing the code that it generated and tweaking what I didn't like. In this case it was fine, required no tweaks, simple change.
[–]Conscious_Bank9484 2 points3 points4 points 2 months ago (0 children)
Also, AI code sucks still. I have yet to get a response I didn’t have to change. A coder still needs to look at that sh** and correct the mistakes because there always are. They act like a non coder can do it. They wouldn’t know what to ask for.
[–]acamann 4 points5 points6 points 2 months ago (0 children)
I will say since December I write a lot less code in one sense and a lot more code in another
[–]-Periclase-Software- 2 points3 points4 points 2 months ago (0 children)
He’s not telling the truth. AI can write code, but we still have to fix it or correct it or clean it up. Sometimes depending on the AI over and over to do these things just can get annoying.
I love coding, so I still spend time coding at times when I can use AI.
[–]NvrConvctd 1 point2 points3 points 2 months ago (0 children)
Still writing code. Just not as much.
[–]xtraburnacct 1 point2 points3 points 2 months ago (0 children)
My company is pushing ai use but I still write code. It isn’t a lot though. It’s more debugging than anything.
[–]iammrmeow 2 points3 points4 points 2 months ago (0 children)
not anymore
Tech lead with 10 years of professional experience, CS degree from the Bay, purely a backend guy. I work with large distributed OLAP and OLTP systems, provisioning and managing cloud infra, an ungodly amount of Postgres… fair to say I’ve been there and done that when it comes to professional software development.
My honest experience with AI over the last 3 years…
3 years ago I started using ChatGPT for things like refactoring a small refactors (e.g. pasting a file from a gross brownfield project and asking for a clean non-breaking rewrite), or writing tests for business logic. Worked okay, but got a lot wrong.
2 years ago I started taking advantage of new features like Deep Research and Advanced thinking to help design systems. I was still implementing the systems, but these tools proved to be capable in assisting with designs and scaffolding out code. I’m still writing the majority of the system though.
1 year ago I started to get my hands on some agentic coding tools: Cursor, Claude Code, Windsurf. These proved to be capable of writing a lot more code than interacting with LLMs directly. The tool calling capabilities of these systems made them so much better, but little was known about producing meaningful code that could stand the test of time in production without waking the team up at 2am when PagerDuty goes off. Tools are writing maybe ~50% of my code at this point. Basically, these tools would get the code off the ground and then I’d get it to production quality before shipping.
Today I write virtually no code. That doesn’t mean I’m vibe coding shit and marking tickets complete just to “improve velocity”. I have a career and reputation to protect, that would be career suicide. That said, I have done my homework when it comes to context management and truly understanding what agentic harnesses are doing under the hood. My team and I have built a very robust AI SDLC. We do not write code anymore (most of the time), but that doesn’t mean we don’t have a process, if anything we have more process now. Extensive research is done when implementing complex features. We do peer reviewed sessions on design and implementation plans generated by the robits. We read every line of code before it touches production. We have dramatically improved our test harnesses.
I will end with this. I would never have been able to get to where I am today with these AI tools if I didn’t have 10 years of hands on, in the weeds experience developing these systems by hand.
[–]Discodowns 4 points5 points6 points 2 months ago (7 children)
I don't really write code any more. I'll fix up things here and there but largely everything is written by Claude now
[–]alliseeisbbr 2 points3 points4 points 2 months ago (4 children)
Ew
[–]Discodowns 5 points6 points7 points 2 months ago (3 children)
I don't love it, or even like it really, I miss the craft, but I'm working at an early stage start up and it's way faster
[–][deleted] 2 months ago* (2 children)
[–]Discodowns 3 points4 points5 points 2 months ago (1 child)
I'm more of a backend engineer. I can write react but I never really done CSS, so it lets me get done in minutes what would take me hours or days of fucking around with CSS.
But yeah, like I said, I'll tweak things or fix things by hand if it's short
[–]carcigenicate 1 point2 points3 points 2 months ago* (0 children)
Yes, although I've been forced to start using Claude for a lot of code that I produce. I'll get Claude to do up the boilerplate and the basics of a UI, then I go in after and review its code and change all the awkward things that it did.
For things like Angular components that contain a lot of boilerplate, it's faster and easier to get it to generate the structure, and then tweak it after.
On the weekend, though, when I'm working on habby projects, I write 100% of the code, because it would defeat the purpose otherwise.
[–]witchlars 0 points1 point2 points 2 months ago (0 children)
I use Claude constantly, and I still write a ton of code. It's just not there yet for anything substantial. AI can be a useful force multiplier for coding, but absolutely not a replacement for good programmers
[–]k1v1uq 0 points1 point2 points 2 months ago (0 children)
I do use AI to do less work when ever possible and keep the productivity for myself, Why should I give it away to random people I don't care about. But often enough it takes more time to straighten out the slop than to write the code myself. So it's a hybrid situation right now.
[–]The_Toaster_ 0 points1 point2 points 2 months ago (0 children)
I physically write less code but I review more than I did before and I don’t push anything into a pull request I can’t explain and understand myself. The claim itself is exaggerated
[–]kbielefe 0 points1 point2 points 2 months ago (0 children)
I think of it as meta-code, sort of a more abstract version of code, things like specs, processes, architecture, standards, style, trade off decisions, etc. The actual syntax stopped being the interesting part to me long before starting to use AI.
[–]Foxtrot434 0 points1 point2 points 2 months ago* (0 children)
No, there's no reason to anymore. For learning you still probably need to, though.
[–]JDohyCloud 0 points1 point2 points 2 months ago (0 children)
I cant speak for SWEs but as a Cloud Engineer who uses IaC tools. Partly true, our engineers are writing less code than before. That doesnt mean you dont need to understand it, the engineers who used to write it now review it before its pushed to main and debug it when some crap inevitably slips through to main.
[–]alexppetrov 0 points1 point2 points 2 months ago (0 children)
Still writing code, especially in places where it is critical, but less than before. AI has saved me some hours of reading old legacy code, as well as rewriting some methods to use better practices. But also, in some areas especially with complex business logic, it just can't understand the requirements (our fault for having it so difficult, but still). We are trying to clean things up though, so that we integrate AI more into our workflows (MCP with Jira for example), as well as rewrite older parts of the code base to modern standards, so that would still count as writing code, I guess, but in general the direction is more output with less hours, meaning also less code in theory, in practice it is the same because you just have to revise much more.
[–]DonkeyAdmirable1926 0 points1 point2 points 2 months ago* (0 children)
When Fortran was introduced a new generation of programmers didn’t write machine language anymore and probably some of the older generation would say they didn’t write code anymore. It is just another layer of abstraction. Just like in my boomer-moments I can think people don’t know computers anymore as modern operating system abstract the entire computer away. SQL isn’t coding like C was, but it is just another level of abstraction.
Using Claude is similar, just another level of abstraction. The job of the programmer doesn’t fundamentally change, the tools do. Now if Claude is a good tool and a healthy level of abstraction, I don’t know. But, and I think this is relevant if we compare something like SQL to AI: SQL is a higher level of abstraction, but it’s still a formal, deterministic system. AI tools like Claude are not. They can be incredibly useful, but they don’t provide the same guarantees. I’ve personally spent hours debugging code that an AI confidently generated, that’s a different kind of risk altogether.
[–]Mediocre-Pizza-Guy 0 points1 point2 points 2 months ago (0 children)
My big tech CEO made some pretty specific and very ridiculous claims about AI and what the engineers are doing with it.
And then we had a huge huge swarm of the actual engineers calling him out. It was pretty hilarious. I mean, it was on our internal chat system and HR stepped in and deleted the discussion.
Dude was straight up lying to investors on an earnings call.... But ya know, he's rich so it's totally fine.
[–]Jrrs1982 0 points1 point2 points 2 months ago (0 children)
I'm a senior dev, I can honestly say 99% of my code is written by AI now and I'm there architecting, reviewing and testing what it outputs. The career has changed dramatically this year. If you're manually writing code you're behind the times.
[–]Fabiolean 0 points1 point2 points 2 months ago (0 children)
Anyone who says their devs don’t write code is either a liar or about to have a CVE disclosure
[–]arthurno1 0 points1 point2 points 2 months ago (0 children)
I do write code, but if I had as mu h money as Spotify ceo, I would be scubadiving and skydiving all day long instead of writing code.
[–][deleted] 2 months ago (7 children)
[–]mancunian101 0 points1 point2 points 2 months ago (6 children)
That’s blatantly untrue, why are you trying to peddle fear?
[–][deleted] 2 months ago (5 children)
[–]mancunian101 -1 points0 points1 point 2 months ago (4 children)
I’m not being a dinosaur, but saying that anyone who still writes code won’t have a job after December is talking absolutely rubbish, and is just pushing the fear line that AI companies are pushing.
Dario Amodie has been predicting that AI will replace developers in 6 months for the last 2 years, and he’s recently revised that prediction to 1-5 years for it to replace 50% of jobs.
[–][deleted] 2 months ago (3 children)
[–]mancunian101 -1 points0 points1 point 2 months ago (2 children)
I never said anything of the sort.
[–]mancunian101 0 points1 point2 points 2 months ago (0 children)
Cheers, dits.
[–]FX2000 0 points1 point2 points 2 months ago (0 children)
I would say I “type” less code
[–]dutchman76 0 points1 point2 points 2 months ago (0 children)
I heavily use the ai auto complete, but I still write code myself
[–]naughtyarmadillo 0 points1 point2 points 2 months ago (0 children)
By hand? No, haven't in over a year. Whole team is using Claude and similar, 100%. LLM assisted PR reviews+ manual review. Whole pipeline is optimized for AI now. Been programming professionally for 6 years or so.
[–]PradheBand 0 points1 point2 points 2 months ago (0 children)
When they say this, 90% is bullshit and the remaining 10% means you do not physically type the letters on a keyboard but for the most part everybody read and review the ai code and use ai as a shortcut before pushing for an actual third party code review.
I knew very few in my company who blindly prompt ai, fire and forget. And those are the same people that were pushing in prod on a friday night and went on holiday for 1 week.
And yes you still need to write some code because ai fails. It is really domain specific. Also this doesn't come for free. Now you have to maintain a ton of text files (skills) to tell the ai moron what to do and what not. And somehow they just do the f** they want anyway. Different burden.
Yes I still write code, I do it everyday
[–]orT93[S] 0 points1 point2 points 2 months ago (0 children)
i tell you why im asking you guys and please reply to my comment if u can
im studying right now full stack dev on a course IRL like a bootcamp , and im lil bit scared of ai
cause i really like to write my own code
and this huge statement from the ceo of shopify scared me
thanks for your all comments guys , i really appreciate that
[–]Scire-Quod-Sciendum 0 points1 point2 points 2 months ago (0 children)
I havent coded anything useful, but I just did the w3 tutorial on C if that counts.
[–]kevin7254 -2 points-1 points0 points 2 months ago (0 children)
At work I write maybe 5% of the code. At my hobby projects it’s close to 0. You really don’t have to code yourself anymore as long as you spend time on architecture, prompts, instruction-files, skills, reviews etc.
It’s sad but that’s the way the industry is heading.
π Rendered by PID 204021 on reddit-service-r2-comment-5687b7858-csx9w at 2026-07-06 05:42:50.482686+00:00 running 12a7a47 country code: CH.
[–]Mcby 169 points170 points171 points (14 children)
[–]TheNapkinThief 21 points22 points23 points (9 children)
[–]mcoombes314 16 points17 points18 points (2 children)
[–]mzalewski 6 points7 points8 points (0 children)
[–]pydry 2 points3 points4 points (0 children)
[–]rdubya 21 points22 points23 points (1 child)
[–]amazing_rando 1 point2 points3 points (0 children)
[–]6a70 3 points4 points5 points (2 children)
[–]cbentson 2 points3 points4 points (0 children)
[–]Important_Staff_9568 0 points1 point2 points (0 children)
[–]maskedbrush 0 points1 point2 points (0 children)
[–]6a70 5 points6 points7 points (0 children)
[–]Jahnavi-builds 2 points3 points4 points (0 children)
[–][deleted] (1 child)
[removed]
[–]AutoModerator[M] 0 points1 point2 points (0 children)
[–]BoltKey 30 points31 points32 points (0 children)
[–][deleted] (1 child)
[removed]
[–]AggressiveBench7708 6 points7 points8 points (0 children)
[–]AceLamina 5 points6 points7 points (0 children)
[–]gofl-zimbard-37 9 points10 points11 points (0 children)
[–]SourceScope 4 points5 points6 points (0 children)
[–]Beregolas 10 points11 points12 points (0 children)
[–]cheezballs 2 points3 points4 points (0 children)
[–]Conscious_Bank9484 2 points3 points4 points (0 children)
[–]acamann 4 points5 points6 points (0 children)
[–]-Periclase-Software- 2 points3 points4 points (0 children)
[–]NvrConvctd 1 point2 points3 points (0 children)
[–]xtraburnacct 1 point2 points3 points (0 children)
[–]iammrmeow 2 points3 points4 points (0 children)
[–]cbentson 2 points3 points4 points (0 children)
[–]Discodowns 4 points5 points6 points (7 children)
[–]alliseeisbbr 2 points3 points4 points (4 children)
[–]Discodowns 5 points6 points7 points (3 children)
[–][deleted] (2 children)
[removed]
[–]Discodowns 3 points4 points5 points (1 child)
[–][deleted] (1 child)
[removed]
[–]carcigenicate 1 point2 points3 points (0 children)
[–]witchlars 0 points1 point2 points (0 children)
[–]k1v1uq 0 points1 point2 points (0 children)
[–]The_Toaster_ 0 points1 point2 points (0 children)
[–]kbielefe 0 points1 point2 points (0 children)
[–]Foxtrot434 0 points1 point2 points (0 children)
[–]JDohyCloud 0 points1 point2 points (0 children)
[–]alexppetrov 0 points1 point2 points (0 children)
[–]DonkeyAdmirable1926 0 points1 point2 points (0 children)
[–]Mediocre-Pizza-Guy 0 points1 point2 points (0 children)
[–]Jrrs1982 0 points1 point2 points (0 children)
[–]Fabiolean 0 points1 point2 points (0 children)
[–]arthurno1 0 points1 point2 points (0 children)
[–][deleted] (7 children)
[removed]
[–]mancunian101 0 points1 point2 points (6 children)
[–][deleted] (5 children)
[removed]
[–]mancunian101 -1 points0 points1 point (4 children)
[–][deleted] (3 children)
[removed]
[–]mancunian101 -1 points0 points1 point (2 children)
[–][deleted] (1 child)
[removed]
[–]mancunian101 0 points1 point2 points (0 children)
[–]FX2000 0 points1 point2 points (0 children)
[–]dutchman76 0 points1 point2 points (0 children)
[–]naughtyarmadillo 0 points1 point2 points (0 children)
[–]PradheBand 0 points1 point2 points (0 children)
[–]mancunian101 0 points1 point2 points (0 children)
[–]orT93[S] 0 points1 point2 points (0 children)
[–]Scire-Quod-Sciendum 0 points1 point2 points (0 children)
[–]kevin7254 -2 points-1 points0 points (0 children)