devilish666@lemmy.world to Programmer Humor@lemmy.ml · 8 months agoC++ Momentlemmy.worldimagemessage-square106fedilinkarrow-up1948
arrow-up1917imageC++ Momentlemmy.worlddevilish666@lemmy.world to Programmer Humor@lemmy.ml · 8 months agomessage-square106fedilink
minus-squareSkull giver@popplesburger.hilciferous.nllinkfedilinkarrow-up118arrow-down1·edit-28 months agodeleted by creator
minus-squarekbal@fedia.iolinkfedilinkarrow-up49arrow-down1·edit-28 months agoSuper-advanced java devs like me do it like try{} catch (Exception e) { System.out.println("something went wrong"); e.printStackTrace(); }
minus-squareSkull giver@popplesburger.hilciferous.nllinkfedilinkarrow-up50arrow-down2·edit-28 months agodeleted by creator
minus-squarekaffiene@lemmy.worldlinkfedilinkEnglisharrow-up4·8 months agoYeah cos everyone knows other languages are impossible to write bad code with
minus-squarelowleveldata@programming.devlinkfedilinkarrow-up11arrow-down3·8 months ago you can follow any exception down to the exact line of code Which is usually not a piece of code written by us and is caused by another piece of code not written by us either
minus-squareMyNameIsRichard@lemmy.mllinkfedilinkarrow-up9arrow-down1·edit-28 months agoDoes your IDE not highlight the lines written by you in a different colour? Of course that doesn’t help when it’s an error in production!
minus-squareBangersAndMash@lemmy.worldlinkfedilinkarrow-up1·8 months agoIs it possible to make intelliJ do this?
minus-squareMyNameIsRichard@lemmy.mllinkfedilinkarrow-up3·8 months agoI thought it highlighted the line number in blue when it was your code. I use eclipse so can’t properly remember
minus-squareSkull giver@popplesburger.hilciferous.nllinkfedilinkarrow-up6arrow-down1·edit-28 months agodeleted by creator
deleted by creator
Super-advanced java devs like me do it like
try{} catch (Exception e) { System.out.println("something went wrong"); e.printStackTrace(); }
deleted by creator
Yeah cos everyone knows other languages are impossible to write bad code with
Which is usually not a piece of code written by us and is caused by another piece of code not written by us either
Does your IDE not highlight the lines written by you in a different colour? Of course that doesn’t help when it’s an error in production!
Is it possible to make intelliJ do this?
I thought it highlighted the line number in blue when it was your code. I use eclipse so can’t properly remember
deleted by creator