I think the issue comes with “division and multiplication”, and “addition and subtraction” Here, I see people saying “Brackets/Parenthesis > Division > Multiplication > Subtraction > Addition” when I was taught “Brackets/Parenthesis > Division or multiplication, left to right > Subtraction or addition, left to right”
I was taught to do
There should be a fucking ISO for this shit tbh


Also the un-taboofication of it… see, the “left-handed epidemic”


So making sure all bugs are accounted for, and making suggestions/giving feedback to developers, thanks for the advice


Thank you! Got StreetComplete now and started contributing through it on my way home :b


Okay, wil lcheck for begginer contributions- I do use some apps from f-droid already, might donate once I do have spare cash flow, thanks for the advice :3


Okay, get practice with it even if it gets rejected, thanks for the advice


That makes sense, will bear it in mind, too. Not neccesarily need to contribute directly, but just being part of the community.


Thank you for the advice!


Okay, thank you for your experience and advice! Will keep eyes more open for bugs and stuff, and try to start small.


Okay, thank you for the advice! Definitely, if I’m gonna get into the codebase, I’m not gonna let AI do the work for me, if I wanted to I’d just straight up tell the maintainers to lol.


Already got the Github account, and know some basics, but I think I should learn further as I only know the basics (forking, making branches, uploading the modified code to my fork, and making pull requests, don’t even know to do these in detail so I guess I’ll look at more extensive Git and Github tutorials lol)


Okay, thanks for the advice :3
Never met multiple exponents in a row at the same size and level without brackets/parenthesis, always saw them as a^b^c, or a^(b^(c)) , so I didn’t even think about that case.