Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 10-31-2022, 04:28 AM   #1
sahithya
Registered User
 
Join Date: Feb 2013
Location: Bangalore
Posts: 1,086
Majority of bugs we face as developers

Let’s go through each one, and discuss a simple way you can fix your code fast!
​​​​​​​
Formatting Errors - These are common and sometimes really hard to notice. Check online if there are linters online or for extensions, whether it’s JSON, HTML, Python, or JavaScript. Some linters may display better error messages than your code editor would alone.

Syntax Errors - For syntax errors, linters also come in handy, but so does referring to the documentation! If you’re pulling code from an outside source, such as for API calls. Simply check that you’re calling it correctly in the first place.

Spelling Mistakes - Not only are these annoying but they can also be embarrassing! If you feel like your code is absolutely correct but it’s still not working, here’s a reminder to check the spelling. Sometimes you add or miss an extra letter and it will throw everything off!

Missing Libraries - How many times have you tried to run code only to realize your editor had no idea how to even run the code? Missing library messages will usually tell you upfront the system has no idea what the heck you’re talking about. BUT, that’s doesn’t mean they can’t be sneaky from time to time. Always double-check to install your libraries whether it’s with pip, npm, bundle, or more.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sahithya is offline   Reply With Quote

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wearing face masks is mandatory in most of cities to leave home. Lou Vincent Making money on the web 0 01-17-2021 08:34 PM
Best Java Libraries For Developers Pranit0503 Java 0 07-19-2018 11:19 PM
Hiring Dedicated Developers in India is a best Choice minddigital Programming General 0 09-23-2015 01:55 AM
Cheap outsourcing website developers from India $10 per hour lubasha General Discussion 3 04-17-2014 10:34 PM
Disposable face mask has many advantages flying1 General Discussion 4 12-12-2013 11:11 PM


All times are GMT -7. The time now is 05:42 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.