@Shady_Shiroe to Programmer [email protected] • 1 year ago01001101 01100101 01101101 01100101imagemessage-square50arrow-up1594arrow-down118
arrow-up1576arrow-down1image01001101 01100101 01101101 01100101@Shady_Shiroe to Programmer [email protected] • 1 year agomessage-square50
minus-square@[email protected]linkfedilink1•1 year agoOptimized to use less symbols by combining them (long gap between words is just three short gaps). I also think if a sentence ends, there would be the unnessecary 0 from the dots and Dashes at the end.
minus-squarejunglelink1•1 year agoYeah, that extra 0 also irks me, it’s the typical issue when concatenating words, that requires a trim() at the end. But it’s not an issue in terms of showing that you need three symbols to represent Morse code.
Optimized to use less symbols by combining them (long gap between words is just three short gaps). I also think if a sentence ends, there would be the unnessecary 0 from the dots and Dashes at the end.
Yeah, that extra 0 also irks me, it’s the typical issue when concatenating words, that requires a trim() at the end.
But it’s not an issue in terms of showing that you need three symbols to represent Morse code.