What is bug and how can it be removed from the code.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is bug and how can it be removed from the code.?

I have seen in number of codes with a description of the bugs.. that {bugs unknown} , {bugs removed}.. So how the bugs can be determined in a code and if is known then how it can be removed from the code. Q-:Can a web code can have bugs in it?

13th Apr 2018, 8:02 AM
OM KASHYAP
OM KASHYAP - avatar
9 Answers
+ 8
well bugs are unexpected behaviours in a code or unplanned behaviours.Well I personally find them a pain to start searching for,just say it's an extra features and everybody will be fine
13th Apr 2018, 8:18 AM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 6
I know, but it is in a foram where the joke could be mistaken for actual advisable practice leading to someone ignoring an important bug.
13th Apr 2018, 9:28 AM
josh mizzi
josh mizzi - avatar
+ 5
The extra features idea is bad. Ignoring bugs could clearly lead to security risks, and I am not sure that is a feature people want. Bugs need to be checked and patched to ensure they can't be exploited.
13th Apr 2018, 9:12 AM
josh mizzi
josh mizzi - avatar
+ 2
Although I think this "It's no bug, it's a feature!" joke won't be taken serious by anyone you are right. You never know how jokes are interpreted.
13th Apr 2018, 9:36 AM
Alex
Alex - avatar
+ 2
Miguel Melo Yes their are tools to help identify exportable code and fix it, within many languages thetr is also a concept called unit testing. OM KASHYAP Regarding Web development it is possible to have bugs that enable an attack. Before specifying any, I need to clarify that the reader(you) are responsible for your use of the following information. Three of the most prominent attacks are: form requeat forgery, cross site scripting, and and SQL injections. I would ensure you secure theae attack vectors in your code.
13th Apr 2018, 2:10 PM
josh mizzi
josh mizzi - avatar
+ 1
I guess that brains made a joke josh mizzi
13th Apr 2018, 9:24 AM
Alex
Alex - avatar
+ 1
in respect to the part of how to determine bugs, from what I know you can start a debugging process, if I am wrong please let me know I'm also trying to learn more
13th Apr 2018, 12:01 PM
Miguel Melo
Miguel Melo - avatar
0
Who the Hel* is this downvoter.. I hate all these stuffs. Do you think u know everything... I am talking to you downvoter.. then let me know
13th Apr 2018, 7:10 PM
OM KASHYAP
OM KASHYAP - avatar
- 1
So can a bug persist in a web code..??? if yes how? Please can i get an example of it with debugging in comments... plz
13th Apr 2018, 12:54 PM
OM KASHYAP
OM KASHYAP - avatar