Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "code works"
-
Client: This works correctly, but I don’t like the code.
Me: What exactly do you not like?
Client: There are barely any lines of code. You need to add more to make it better.
I...I don’t know what to say.25 -
Hoorah! My code finally works! Now gotta remove those 1000 print statements I used to identify the bugs 😥11
-
Code not working.
Comment out code.
Slowly rewrite it bit by bit till it works again.
Check against commented code.
They're the same.
Wtf.
Seven hours wasted on this shit :/3 -
When your colleagues have no tests for their code and tell you not to touch it, because it WORKS!14
-
"Don't waste your time on writing comments or documentation, as long as the code works!" - My (Ex-) Coworker5
-
1. Code works
2. Add if statement
3. Code breaks
4. Comment out if statement
5. Code works
6. Uncomment if statement
7. Code works
8. Wtf??12 -
Writes code.
Doesn't work as intended.
Debug.
Works as intended.
Tests other scenarios.
Don't work as intended.
Debug.
Works as intended in scenarios.
Scenario 1 fails.
Stares at code.
Staring doesn't work as intended.
Fuck...7 -
Your app works.
You do some changes.
It doesn't work anymore...
You restore the old code.
It still doesn't work... WHY?4 -
"My code works, but I have no idea as to why or how. Even StackOverflow says it shouldn't work." -Me7
-
Spent hours finding the problem in code. Suddenly something happens! Code works! Now I'm spending hours finding what made it work.3
-
Hollywood be like
"Oh no they shot a hole in my CPU, let me just rewrite the code so that it works again. I'll be 5 minutes."14 -
>me on stackoverflow
>a nice question
>i provide a 3 line code with explanation
>comment: 'doesnt work, throws exception'
>i run the code and provide a screenshot that it works
>'doesnt work for me'
>19 line code gets accepted
10/10, would answer again5 -
Fuckin hell!!
Code works everywhere except at one client. Ok, I check logs & see something missing.. I go check the code that handles excel files.. try catch and do nothing.. great.. :/ ok let's log this shit to see what is not ok...
Insert logs, build, update, run.. now it freakin works o.O11 -
Code works.
I'm happy.
Maybe she's happy.
Code doesn't work.
I look frustrated.
She's definitely not happy.3 -
Code works.
Rename a variable for clarity.
Third-party lib behaves differently, breaks things.
Change the var names back.
Still broken.
Stash changes and checkout previous commit.
Everything works.
Diff with stash.
No notable changes. (some comments, ...)
Checkout branch again, pop stash.
Broken again.
... What?19 -
Witchcraft: Code that has been optimized to a point at which even its author has no concept of exactly how it works, only what it is used for.1
-
Tested and checked in code. Left on vacation and came back.
The code I checked in still was there, still works, and didn't cause any fires while I was gone :)
Success!2 -
My team member just rewrote all of my code and it looks beautiful and it works but and now i feel like I'm a terrible programmer :'(13
-
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
So far, this is my inspiration to refactoring the code right after it works as gift to my future self.8 -
I started learning php at age 15, copying code from tutorials, changing stuff until it worked. Now 10 years later I still copy code from tutorials and change stuff until it works...3
-
That creeping realization how the legacy code works.
The "it's not possible. They couldn't have... yes. Yes they did."
It should have a name3 -
Nobody cares what the code does when it works. Everybody cares about it when it doesn't work. You just can't win. 😤3
-
Genuinely for me the satisfaction is when you write code that does really complex shit and your happy that it actually works.. Seriously satisfying3
-
That feeling when you wrote alot of code, without being able to test it.. And then when you put it into the project, it just works!5
-
Find a great project on github=> want to find out how it works => open the source code =>zero line of comments6
-
Junior dev:Hey,see my code works :)
*After analysis of code*
Senior dev:Let's talk about complexity bro
Junior dev: shit :( -
When you code a bunch of stuff while horribly stoned, and the next day it all still works really well, but you cannot for the life of you figure out how or even why it works.4
-
My cousin just messaged me and asked me to make him a discount code for an online retailer.
THATS NOT HOW IT WORKS.6 -
The best feeling in the world is when your code works the first time or when you close 100 tabs when you finish work7
-
My JS function is now lazy loading, expressive, and uses 12 fewer lines of code! 😃
It no longer works, but
... no one is perfect. 😅3 -
You know that feeling, when you code, compile, run. It just works ?
That’s the moment I get insecure8 -
that moment when u run the code and it works, and then u run the very same code again and it fails.4
-
I saw a piece of code that, to my knowledge of software engineering, should have never worked in the first place. The code doesn't know that, and it works anyway.
I call this a "bumblebug".3 -
Fond this gem in teams code;
Var temp = "",
Var tmp = "",
Var tmp2 = "",
Var tmpIDK = "";
Asked the creator only 4 hours after the commit what his code does. The answer; I have no idea, but it works, don't touch it.2 -
You know that you are a Programmer when you do code mentally and when testing it it works at first try4
-
Me: *rewrites chunk of code*
"Time to test this baby. This is gonna fail spectacularly"
Code: *works*
Me: "Fuck!"5 -
"Well this is Java, that's intelliJ"
-Guy in my CS class figuring out why my code works and his doesn't5 -
Wk54
If I were to code a unknown thing to man, I would probably code a time travelling machine. Dont ask, how it works xD8 -
javascript... the language where your code works even if you forget ';' and declaring your variables.
wtf7 -
*me* finding solutions on StackOverflow, Medium, API Docs for hours
*senior dev* walks in and changes one line of code
*works* O.o4 -
Me at the new company:
My code doesn't work, I don't know why..
My code works!, But still I don't know why5 -
Having one of those days where the code works on the development VM but not on the production box.... FML
-
I think what would help is to teach them these things:
- awareness for security in code
- how to use a fucking VCS like Git and how it works -
This junior dev is killing me with all of the bugs in the code ... like did you even test it to see if it works fml1
-
Just implemented a design from a UI/UX designer in code. Works perfectly on iOS, now to test on android.2
-
When your code works perfectly fine, and you go to dinner and return and the same code starts crashing.
And I'm like.....
.... Is my computer doing things on its own while I'm away from my desk?..... :/1 -
me: "my code works"
him: "no it doesnt, it crashes"
me: "..but it works on mine......"
and then i have to redo it again1 -
Visual studio code:
Debugging that "just works"
Me after several hours:
Yes! I finally got the vscode debugger to attach!1 -
Instead of worrying about API rate limits I made my code manually parse the html from a website.
And the code still works great!4 -
Leaving work with no bugs in the code! Everything works flawlessly!
Coming back the next day and all of a sudden nothing works and we need to spend the whole day getting it to work as well as it did yesterday.
There seems to be programming gnomes, ruining our code at nights!3 -
People learning to code who seems to have more interest in that their code works than in why it works. Do yourself a favour and learn something you have an interest in.2
-
Those little moments when you finish writing and refactoring the code and the result is elegant and just works
-
You're a great coder only if you can deliberately write bad code that works but no one can understand.
-
I have reached a stage in my career that when my code works in the first try, I'm more skeptical than excited about it.1
-
Got stucked in a problem with recursion in php, almost 2 days no sign of progress until i told my co worker how my code works, then i found the error and it work. I think developers need to talk about the code to realize whats wrong with the code.9
-
copied a code for android from stackoverflow and it worked
edited the code no more works
removed the code and pasted the original code from stackoverflow and still doesnt work
clean and build and now the code starts to work7 -
Progress. The backend is deployed and works on my server. Tomorrow, deploying my fronted code to work with the backend.4
-
We all get replaced by AI and nobody can understand their source code...
And everyone else just goes: hey it works ¯\_(ツ)_/¯12 -
Had to look into some old code today and had the "Is this my code?! This can't be my code!? No one else worked on this code, so it must be mine... But, but, it's so... good! And clean! And logical! And well documented! This can't be mine... Can it!? Hey! It works!" moment.2
-
I just hate it when a co-worker says "AS LONG AS IT WORKS. It doesn't matter how you code it as long as it outputs what the client/user wants. They don't check how you code it anyway" *facepalm*
We effin' follow standards so that it will be convenient for everybody!
Bad code is still bad code if you don't follow standards even if it works.4 -
Don't you just hate it when your code works but you have no idea why, so you spend 30 minutes trying to figure out why it works?1
-
!rant
The AH-MAZ-ING feeling you get when you write 200 lines of code without compiling and everything just works as planned!!!
YAY! -
Code works yesterday with the hardware but but doesn't work today (ノꐦಠヮಠ)ノ, they only work when they want
-
I am scared... I'm scared because the code works.. but it shouldn't work I mean it's not supposed to get triggered and I have no idea what triggers it. It feels like my program got cursed and started doing things on it's own. I even put up blocks to stop the function from triggering but it still works... It always works.. I am scared...7
-
*has a test in school on html and javascript*
*Studies a lot and checks to see if code works*
*it works*
*goes into test confident*
*None of the Javascript works* (legit nothing)
Kill me6 -
My code works at first run.
This can't be right.
Something must have gone terribly wrong.
I don't trust you computer!undefined am i a genius why does it work never look back this can't be right sure i can do that dave -
I hate wen my code works perfectly; then all of a sudden a million errors popup out of nowhere. 😠😠😠4
-
Oh, I did it again!
Everytime I think I will write proper standard code with full documentation, but well, guess who didn't write documentation... And now forgot how his own code works.4 -
It's terrible how my mood is greatly dependent on whether my code works or not.
Feeling like shit at the moment.4 -
Build failed
Click build solution again
Build works.
I can't tell if it's me, the code, windows updates or visual studio updates but something fucked up.1 -
Hypothetical Question:
Write a complex code to make it efficient Or
Write a simple code so that the next developer who works on it understands the code easily.10 -
well, fuck... how about everything that works in visual studio but feels like garbage in VS Code???
don't get my wrong I use VS Code for every other language... but C# has just always felt better in visual studio than in VS Code. oh well9 -
When you spend 2 days writing ~1500 lines of code and you finally put everything to the test and nothing works properly, FML :/1
-
HAPPINESS IS
...when the code works!
"especially when vertical align works in a way you never thought it would..."1 -
tfw you code without building for an extended amount of time and it just works. Where is it? Where is that damn problem that you know is there?
-
The “if” statement works the same in every* language, so if you can code in one language, you can code in most of them.
*Terms and conditions apply.5 -
I think the best moment of writing a code is removing curses from comments and renaming variables from like "FUCKING_ITERATOR" to something more normal after everything finally works.
-
Hmm. This code needs refactoring.
*recodes on Local and uploads*
Works on my branch.
*git push origin master and merge*
Works on Dev.
*deploy to Test*
Works on Test.
*deploy to Live*
Doesn't work.
*compares Live to Test, Dev, and Local*
No f$@%^%%$# difference!?!!
*quits development and lives under a bridge*5 -
three days trying to code magento payment method, our seniors didn't help me (because they lazy), went to other company senior, 10min and everything works...life sucks
-
TL; DR;
I'm one with code and the code is one with me.
Everything in my life has been inconsistent and as soon as I start building expectations from someone or something, it disappoints. Be it my friends (😂😂) or my ex girlfriend or my studies or my college or my professors or work, or food (sometimes).
Coding, or programming, has been the only consistent and non disappointing thing since 2010 for me. It just works. If I write a wrong program, I know its why and where its wrong and then fixing it works. Sometimes it works in one go. And sometimes is works beyond my expectations. Its like coding chose me rather than me chosing coding. -
- Writes a short decent code. Doesn't work.
- Refactores it with variables and function. Automatically works.
- Changes back to the original form. Freaking works now.
Wtf.!!!
Oh! The lord of bugs and errors, have mercy on me.2 -
So I'm writing this code, that does 2 important things, that cannot be seperated. I run the code, thing1 is correctly executed, thing2 not. No fucking idea, why this happens. Execute again, same result. Debugg the wohle thing, now everything works fine.
WHAT?
I check the code, there are no background tasks, no paralell processing, nothing that should go wrong.
Asking a Senior developer for help, he also has no fucking idea. He tells me to try to wait one second between the two things. Looking for a delay() or wait() function in my programming language but there is none. Ok, building my own delay, writing a "do 1000 times" loop, calculate some shit in it. Execute the code, it works perfectly.
Nobody has a fucking idea, why this is happening and why this solution is working, but now the code is productive and it works fine.9 -
!rant
Learning many new things and churning out good code is so fucking satisfying!
And the best part is: it actually works! 😏🚀1 -
The next time I hear some idiot defending his shitpile of code with the argument " BuT iT wOrKs wHy ChAnGe" some heads gonna' roll.4
-
“fixing” your code the night before you hand in your thesis.
that always works the next morning, when you present it to the professor ...2 -
Writing code an testing it: works fine.
Not touching it for 3 weeks: can't compile it due to an gradle error
I hate Cordova!10 -
Best advice so far: "KISS: Keep It Simple and Stupid"
That works every time because your design of the code will be understandable. Your code must seldom to be refactored. You aren't that asshole who never comment and document anything. And the most important part: The code works as designed without flaws!4 -
Gotta love those moments when you expand your code and the legacy part magically works just fine. Congrats, past me, for writing a stable core.1
-
That moment when your code works and the results are flooding in. But still waiting for something to fail
-
TFW you add a substantial portion of code, without testing every little step, then you run it and everything works.
Wish I could experience it one day.2 -
Hey guys, need an opinion.
Please have a look at the picture and let me know if it's a good practice to code like that. The code still works and I still get the output.8 -
Wrote some code. Didn't work.
Cleared all build caches, deleted project files and re-opened the project from scratch. Code still doesn't work.
Copied the same code over to a new project. Works.
I FUCKING HATE DAYS LIKE THESE!!!2 -
Code doesnt work, i dont know why
*comments then uncomments same line*
Code works, stilll dont know why2 -
Experienced programmer:
Code works in head; code almost works in computer; code never works with client.
Beginner programmer:
Code almost works in head; code never works in computer; code will never work with client.
Long story short: it's hard to begin but when you let the code flow, you became a programmer -
"Open-Minded Programmer Only Works In Non-Binary Code"
https://babylonbee.com/news/...
An oldie but a goodie, especially relevant with the recent python controversies.5 -
When you add a bunch of entity framework relationships in code, and it works the first time... Wtf.1
-
I always try to break my code when it works without errors the first time.
Just to be sure that the code I wrote is being used.
Anyone else? -
Not caring about code styling and just committing because whiny people annoy me. It works; it works. I should probably abid by code styling standards and do a precommit but bite me 🖕🖕🖕2
-
The best feeling you can have, is when rewriting big parts of code and it works perfectly first try.1
-
you know it's a good day when you copied that funky looking code you wrote, copy pasted in current project and IT JUST WORKS!2
-
It works. My code fucking works. It shouldn't. I got tons of errors, I changed to some obscure shit, expecting it to fail, but it fucking works. I should be happy, but I'm mad for not understanding how.3
-
Trying to put together all the code of my ajax request into a function so I do not repeat myself. The code works perfectly outside but not in the function. Well fuck JavaScript. I've been stuck here for two days.19
-
I've found a new genre that is really nice to listen to when I'm doing homework or the rare time I code some.
Bluegrass banjo music. It's pretty simple and it's never slow. It's off but if it works, it works 🤷🏻♂️🤷🏻♂️3 -
delete random, unused column from production database
entire app blows up
re-release last change on code pipeline
everything works beautifully
¯\_(ツ)_/¯2 -
*Write code → run it → works.
*dont even touch that→ run it after few days → doesnt work..WHY?!?!?2 -
Friday afternoon 5:00pm: everything works wonderfully fine, let's go home!!
Monday morning 9:30am: Let's do some more test on the latest code I have wr.... KABOOOOM!!! -
Things which make me feel badass tester (and dev too) are: dark themed IDEs, using command prompt/ terminal (still as exciting), and when my code actually works lol4
-
That moment when you try several days to get the code to behave like you want and at a random moment everything suddenly works....
Better not to touch it (the code) anymore before it breaks again... -
Do love it when your code works and the system to implement it works.
But when you run it, it doesn't work.
(╯°□°)╯︵ ┻━┻ -
Code review moment that I hate
Me: This is a bad practice. You shouldn't do this
Developer: But it works
*Showed articles and examples why it's bad*
Developer: I see. But it works. Why should I change it?2 -
"Here customer, have the username, password, and URL of our developer's CI environment! You can test all of your features there. "
" Devs: Please don't make any changes to dev code that would cause the CI system to run."
That's not how this works. That's not how any of this works.2 -
My code doesn't work> I have no idea why !
My code works> I have no idea why !
........ :-/ ........1 -
!rant
Sometimes when I code I become very happy without a reason. I don't know the source of this joy. It's not about if the code works of not, it's just different.1 -
I submit all my code changes to the integration stream. Co worker integrates my code removes all my changes that breaks his hacky crap. Then complains his stuff doesn't work. I ask him why he he did not conform to the requirments says cause this is what worked before. I look at code see he assigns a value in the message to zero. I ask ever so politely why he is changing the incomming messages. He says this is what works. I Then send an email to him telling him this in an error. He reply saying this it what works. At stand up he complains and says no messages are getting through it doesn't work. The team tells him to revert to the original code. (My code) and update his code after two days of emails to bosses and complaining he reports it works with my code after he is done. He is the senior senior chief grand Pooba and makes more money than me.
-
Run program
Doesn't work
Hhhhhhhhhhhhhhhhhhhhh
Open code to look at it again
Dont touch anytghing
0 (zero) modifications
Run again
It works
Hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh3 -
Someone >_>: My code works and I know why
Someone else >_>: My code works and I don't know why
Me >_>: My code doesn't work and I don't know why2 -
When your IDE shortcut for reformatting code only partially works.
<label>
Name<label>
This again!? 😠 -
Sample code from an old boss... with Vector datatype. "Just copy paste. I have already tested and it works"1
-
So my friend had an idea for a game and asked me if I could help him develop it. Now, he understands how the code works and can even write quite a bit himself. On several occasions (including today) this happened:
*writes code*
*tests code*
Me: Hmm... this isn't working like it's supposed to
Friend: It looks pretty good, maybe check to see if everything is in the right order
*checks code*
*tries alternative solution*
*checks again*
Me and friend: Well this is even worse than before
*presses ctrl+z a lot to go back to the original*
*opens new project*
*writes new code for same purpose*
*checks code*
Both of us: IT WORKS!!!
*checks again just to be sure*
Both of us: IT STILL WORKS!!!
*compares new code to original code*
Me: It's the exact same code with different variable names!!! Why did this not work before?
Friend: No idea
*puts new code into main program*
*it still doesn't work*
Reasons Java makes me cry sometimes4 -
*Executed maven build*
Me: What's this "no tests found?"
Senior: Nevermind it's not important. Just check if your code works.2 -
When you code for a long time nonstop, say 2hrs+, do you remember exactly what you did, other then it now works and meets all the requirements?3
-
Neural scan coding, so I just think what I want and it writes out the code in a new neural language and works!
-
Well editor? nvim
Vim that just works.
But actual IDE? Most certainly the JetBrains products. The very best code completion, code generation, error checker, etc... all that even in the open source Community Edition :) -
6 weeks of working on some crackpot bull shirt half ashed code just to end up using a pre built theme that works like a charm... Wish I had thrown this old code out 6 weeks ago.
-
Write code ... test ... bug found ... solve ... retest ... works as charm ... going to commit the code ... last test ... 100 exception thrown
-
First thing that I do with weird bug: trying to execute buggy code inside runOnUiThread{} / DispatchQueue.main.async{} and see if it works ¯\_(ツ)_/¯
-
@Engyne reminded me that I got Enki from here and I must give back. So, here's the code, works for 3 people! 😃
Your Enki invite code: IOSTR756.
Learn more at: https://enki.com/1 -
The entire team doesn't know why the request works in Postman but not in the code and now everyone has resorted to dithering imposter syndrome riddled wrecks 😖1
-
Devs out there.. what is your celebration / how do you celebrate when your task / code works as you expected .9
-
My code is in Acceptance Testing phase, and I got a defect reported.
I tried to redo the same without changing the code, it works for me
god dammit -
someone in my device architecture class: "don't you love that feeling when you get something right and your code works?"
immediate response from everyone: "what feeling?" -
Hey guys! Hear out, I just code and it works on first compile!
And its not just code, its also interact with database query!3 -
Spent several weeks on a stored procedure and its a masterpiece. Works perfectly and looks amazing with well commented code @rowseyej helped a little.2
-
Love when code doesn't work so you take a break, come back and clear it and retype exactly what you just had and it works.
-
At my new organization , they love spaghetti code, they neither want me to refactor it, because it works. Special thanks to php.6
-
It's more annoying for me when my code works and I don't know why (when actually it has not work) than when my code doesn't work and I don't know why.2
-
Started a new job on Monday, application is running locally on my laptop by Wednesday. That's a new record! Yay code that works.
-
That feeling when you realize how something actually works and you sit staring into one spot wondering how the fuck did any of your code ever run.
-
preparing a presentation for the team leader to explain how my code works... I know how to do my work but I don't know how to explain.
-
Java's garbage collector must be broken - it failed to get rid of this dumpster fire another dev called "source code". But, hey, at least the profiler works.
-
How to realize that experience matters : make a demo where all your code works, but everything fails because the other dev has done a shitty job 😅1
-
It works,
It works,
It works,
( Error on line(s) 34 45 83 100)
But I only have 98 lines of code,
Goes back, fixes code
(Error on line 23) -
when the code works: that's f**king easy
when the code doesn't work: what the f**k is going on, you dirty piece of sh*t, you f**king computer, sh**y compiler.
oh, dear! I missed a semicolon1 -
The code doesn't work? No need to worry! If everything works, you may find yourself unemployed. 👩🏼💻
webemoji.org1 -
Nothing scarier than running code you blindly written (compile only) in production for the first time and it just works6
-
I'm in a situation where the more working code I write, the more I'm getting close to get an error EVEN IF the code still works perfectly. (I can assure you it works).
It feels bad.1 -
Just experienced the other side of "but it works on my machine"
Had problems with some code, stopped by professor office asking for help, downloaded the .sh from our git and it magically works -
What is worse code that works in debug but not in production or code that doesn't work in debug but does work in production. Both without usable stack traces.
Currently batteling both.... -
This actually works. When you try to explain the flow of code to someone. You actually find the issue. I tried it sometime.27
-
Unable to give detailed explanation of how my code works. Like why do I need to explain as long it works 😏4
-
When a programmer writes code, it is only 2 people who know how it works. Its himself and God.
After 6 months, it is only the God who knows how that code is still working.3 -
Honestly, am I the same guy who wrote this code 4 years ago? How comes I never commented it! Shit man. What do you do with code that works just fine but you don't know how it works..???2
-
My code works....
...turns on MySQL strict
...my code doesn’t work
...fixes
...turns on Notice errors...
...My code doesn’t work :-/ -
Why on earth would anyone agree to work in a company that sends your code to some other team to check it then you get stupid comments like yes it works great but make the code look like the code in that system we made 10 years ago so everything can look the same. Easier for maintenance.
That is not how programming works ...
Code has an essence to it...
You cant just make me break the ...
Honestly id rather work for less money and never have my code questioned on the bases that “it should look like...”1 -
I had to generate different kinds of graphs at compiletime and had to compile a graph and write down the code size for that specific width/height in addition to one of three implementations which all need to be evaluated. I computer scienced the shit out of it!
I wrote some Rust code that easily lets me build some graphs with the dimensions passed as input parameter. Then i wrote a method that converts the graph into the definition of the graph in a C header (sadly the only way) and wrote a bash script that executes that rust code with all possible dimensions and saves the header into my source folder. Then i build the application and write the programsize into a file.
In the next step i run a python script that reads all the generated files with the sizes and created a csv file which in turn can be used by excel/numbers to visualize the dependency between depth of graph and code size 😄
I had only some hours for it all, it is messy but works 😄 -
That feeling when you add a shitload of code and it works from the first timeundefined iamfuckingecstatic laravel firstlaravelproject itwerelike100linesofcodeinalaravelcontroller thisshithasneverhappenedtomebefore
-
A clever code that works but is difficult to understand or a well written commented code that’s easy to understand but does not work ?
Comment below:9 -
When Groovy have a documentation page about Java interoperability, but you don't give a shit and with a simply copy-paste from Java the code works1
-
We were learning how to code circles to light up in sequence. As it's similar to how code works for Arduino. Cool. Go back to c# in Unity and teach what the code does not just copy.
-
Fun Question Friday: What music best represents how you feel when your code finally works?
My answer:
https://youtu.be/mj-v6zCnEaw -
How Computer system works?
Code Input --> Result
How Human system works?
Coffee Input --> Code Output
Together we can
Coffee Input--> Code --> Result1 -
Best experience: Writing code for 2 hours straight, running for first time and it works perfectly. The feeling is euphoric
-
PUT method works in dev but not in prod for code ignitor. Stuck on this one from a week. Someone HELP 🥲
(Checked htaccess and PUT is enabled)12 -
I usually review my code and if it doesn't look right it needs improving (even if it works). I hate when I see code that I know is flawed. My coding skills are weak but it's easy to spot crap code
-
Tfw you only have an hour to code and all the other computers don't work and the one that works needs to update.
Helo -
Why VS code works like a cheap replica of popular IDE? Intellisense sucks with TypeScript.
importing, renaming, moving files, you name it, chances that it sucks in Vs Code -_-4