Posts by Eliaquim_RK0 • 21 points
1 post
-
1
votes2
answers77
viewsQ: Performance problem when declaring variables
I’m making a code that a very large function, where I declare some local variables with const and let. To improve his reading I’m dividing this function into several small functions. So I ended up…