ProM to TechnologyEnglish · edit-29 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-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.comProM to TechnologyEnglish · edit-29 days agomessage-square38linkfedilink
minus-squaresilasmarinerlinkfedilinkEnglisharrow-up13·9 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