• [^] # Re: ouais

    Posté par . En réponse au journal printf debugging considered harmful. Évalué à 4.

    Le passage intéressant :

    I happen to believe that not having a kernel debugger forces people to
    think about their problem on a different level than with a debugger. I
    think that without a debugger, you don't get into that mindset where you
    know how it behaves, and then you fix it from there. Without a debugger,
    you tend to think about problems another way. You want to understand
    things on a different _level_.


    Il dit en gros que lorque l'on utilise un debugger, on a tendance à fixer les bugs un peu vite sans forcément tout bien voir comme il faut.

    En tout cas moi j'ai toujours été étonné du nombre de développeurs qui ne savent pas utiliser un debugger ou n'en voient pas l'intéret, je dirais que ça représente au moins 80% des gens avec qui j'ai bossé.