Pro@programming.devM to Technology@programming.devEnglish · edit-28 days 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-square38fedilinkarrow-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.devM to Technology@programming.devEnglish · edit-28 days agomessage-square38fedilink
minus-squaresilasmariner@programming.devlinkfedilinkEnglisharrow-up13·8 days 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