Comment on I dunno
sukhmel@programming.dev 1 day agoTreat a + b/c + d as a + b/(c + d) I can almost understand, I was guilty of doing that in school with multiplication, but auto-parenthesising the first part is really crazy take, imo
Comment on I dunno
sukhmel@programming.dev 1 day agoTreat a + b/c + d as a + b/(c + d) I can almost understand, I was guilty of doing that in school with multiplication, but auto-parenthesising the first part is really crazy take, imo
JackbyDev@programming.dev 1 day ago
That’s a really odd way to parse it.