#programmingmistakes 검색 결과

"#programmingmistakes"에 대한 결과가 없습니다

Was building a file encryption tool with C, and my IDE kept throwing errors. ​I knew I didn't have any syntax issues since the tool was technically running fine ​Turned out to be a problem with memory allocation and pointer arithmetic on my machine itself (yeah sometimes low…

ola_otesile's tweet image. Was building a file encryption tool with C, and my IDE kept throwing errors.

​I knew I didn't have any syntax issues since the tool was technically running fine

​Turned out to be a problem with memory allocation and pointer arithmetic on my machine itself (yeah sometimes low…

Two failures there: 1. it forgot that the original intent was to have a working program, not to have a passing test. 2. It wrote a test which only looked at the output of the program, without running the logic that was tested.


An example: I asked it to program something with a specific algorithm. It misimplemented it, but hey, that happens. It then picked another, more complex algorithm. I then checked the output of the program and saw the output (a file) was incorrect.


When the boss clicks the wrong button during their demo thecodinglove.com/when-the-boss-…

thecodinglove's tweet image. When the boss clicks the wrong button during their demo thecodinglove.com/when-the-boss-…

Number 1 mistake I see in software code: massively overcomplicating the task. Ruthlessly simplify. Simple code is readable code and readable code is maintainable code. You will be happier and more productive. #SoftwareDevelopment


Yes for my last two projects I made this mistake too. Basically trying to create a clean codebase from start and using ai without being consistent( be very mindful at times and vibe coding in others). My lesson is first version of code using ai is going to become unmanageable…


"The Most Frequent UI Errors App Developers Make" makeincoimbatore.substack.com/p/the-most-fre…


Common mistakes? - Over-customized pipelines - Bare-minimum security - Ignoring rollbacks and observability One flaw here can cause cascading failures across clusters and hours of recovery time.


The biggest mistake developers make?  Optimizing code before understanding the problem.  I've seen teams spend weeks perfecting solutions that solved the wrong issue. Here's what works instead: → Talk to actual users first → Map the real pain points → Build the simplest…

Iamnotmanish's tweet image. The biggest mistake developers make?  Optimizing code before understanding the problem.  I've seen teams spend weeks perfecting solutions that solved the wrong issue.
Here's what works instead:
→ Talk to actual users first
→ Map the real pain points
→ Build the simplest…

Here's how you can fix common coding errors... the smarter way. Because every developer faces those "why isn’t this running?" moments. And don’t panic...even the pros Google stuff! #AptechLearning #TipsTricksHacks #LearnWithAptech #SkillUpWithAptech #TechEducation

AptechR's tweet image. Here's how you can fix common coding errors... the smarter way. Because every developer faces those "why isn’t this running?" moments. And don’t panic...even the pros Google stuff!

#AptechLearning #TipsTricksHacks  
#LearnWithAptech #SkillUpWithAptech  
#TechEducation

Catch common java mistakes as compile-time errors

GithubProjects's tweet image. Catch common java mistakes as compile-time errors

💯 or even worse, figuring out why your button is shifted right four pixels when it shouldn’t be.


I debug a lot , found out most of those errors are from unnecessary spacing and indentation


20 lines into testing a code and accidentally putting the wrong value and i have to run the whole code all over again


One of the most annoying things when writing code is when a single misplaced letter, line, or symbol was somehow in the wrong place😭😭 or imagine is a package manager was updated and you were still on the old one

sage_senpeak's tweet image. One of the most annoying things when writing code is when a single misplaced letter, line, or symbol was somehow in the wrong place😭😭

or imagine is a package manager was updated and you were still on the old one
sage_senpeak's tweet image. One of the most annoying things when writing code is when a single misplaced letter, line, or symbol was somehow in the wrong place😭😭

or imagine is a package manager was updated and you were still on the old one
sage_senpeak's tweet image. One of the most annoying things when writing code is when a single misplaced letter, line, or symbol was somehow in the wrong place😭😭

or imagine is a package manager was updated and you were still on the old one
sage_senpeak's tweet image. One of the most annoying things when writing code is when a single misplaced letter, line, or symbol was somehow in the wrong place😭😭

or imagine is a package manager was updated and you were still on the old one

I also think that it's easy for humans to fall into this trap, especially if all you're doing is adding functionality, but ideally you should try to understand what the code already does before adding new things.


"#programmingmistakes"에 대한 결과가 없습니다
"#programmingmistakes"에 대한 결과가 없습니다
Loading...

Something went wrong.


Something went wrong.


United States Trends