7 Types of Software Bugs and Errors

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024

ความคิดเห็น • 10

  • @Liz-y1d
    @Liz-y1d 24 วันที่ผ่านมา +1

    Logic or Logistics??? Nice

  • @Liz-y1d
    @Liz-y1d 24 วันที่ผ่านมา +1

    Calculation or Calculus.. some type of technical term too…

  • @chrapaji3279
    @chrapaji3279 ปีที่แล้ว

    Thank you💜

  • @TristanBailey
    @TristanBailey 9 หลายเดือนก่อน

    A suggestion to the first option. It means no bug can be without a type and after assessment can be reassigned. (I like your not reproduceable bugs point too)

  • @selocan469
    @selocan469 ปีที่แล้ว

    This was an informative video. But I suggest that "Out of bounds (boundary condition)" BUGS should not be defined as user creating such scenario but instead as not implementing "handling of such boundary exceptions".

  • @SIMBY_VR
    @SIMBY_VR ปีที่แล้ว

    Please help. I have been receiving error messages apon opening certain programs with the message "assert failure mscorlib recursive resource lookup bug" is there any fix for this? I have been troubleshooting all week with no success and there is next to no fix online. If you could help me out you would be a real life saver

  • @Liz-y1d
    @Liz-y1d 24 วันที่ผ่านมา +1

    HELPFUL… TRUE, but not always defined by a PROGRAM, but COST! Unfortunately!!!

  • @akorebelinda6047
    @akorebelinda6047 ปีที่แล้ว

    I WANTED A VIDEO WITH THE MEANING OF(THE TYPES OF SOFTWARE BUG) OR A CODING COURSE.

  • @Liz-y1d
    @Liz-y1d 24 วันที่ผ่านมา +1

    BUG, or not to BE BUGGED…. Unfortunately once you LOOSE your “code or access” you MIGHT PAY the ultimate LOSS of LIFE, as in… frustrating messages cause frustrating acts of violence, too! Deadly is NEVER A GOOD thing… EVERYONE! Especially in our SCHOOLS!!!

  • @benzflynn
    @benzflynn ปีที่แล้ว +1

    Seems foolish to create a bug category of Functional Errors just because the nature of the error hasn't been determined yet.
    Ultimately every sort of error is going to be a Functional Error even if it can remain undetected for a long time.
    By the way, what about *Heisenbugs* ?
    These are bugs that occur occasionally in system operation but are impossible to detect during a determined attempt to reproduce and isolate them.
    (The analogy is with _Heisenberg's Uncertainty Principle_ which says that the probabliity of locating an electron's position is inversely proportional to the probability of measuring its momentum.)
    Often these bugs are a result of subtle differences in system behavior between run- and debug- mode settings.