Pro@programming.dev to Technology@programming.devEnglish · 5 months agoVibe Coding is Creating a Generation of Unemployable Developers: Don’t build your career on shortcuts. Build it on skill, and you will become the developer that AI cannot replace.sia.hackernoon.comexternal-linkmessage-square38linkfedilinkarrow-up1130arrow-down12
arrow-up1128arrow-down1external-linkVibe Coding is Creating a Generation of Unemployable Developers: Don’t build your career on shortcuts. Build it on skill, and you will become the developer that AI cannot replace.sia.hackernoon.comPro@programming.dev to Technology@programming.devEnglish · 5 months agomessage-square38linkfedilink
minus-squaresilasmariner@programming.devlinkfedilinkEnglisharrow-up13·5 months ago/* Calculates the levenshtein distance between two words * @param wordA: the first word to pass to the algorithm * @param wordB: the second word to pass to the algorithm */ def levenschteinDistance(wordA: String, wordB: String): Int = ... – completely fucking pointless innit
/* Calculates the levenshtein distance between two words * @param wordA: the first word to pass to the algorithm * @param wordB: the second word to pass to the algorithm */ def levenschteinDistance(wordA: String, wordB: String): Int = ...– completely fucking pointless innit