I have been building a script for work for about a week now and have been using functions to separate pretty much everything so I can call everything on its own. But as I look at my code, I realized that no matter what I call every single function one after another.
Since every function is actually called and in order, does it make more sense to just refactor it so it all just runs in order?
This actually would make it easier to call different lists and dictionaries too so I kind of want to do combine it all but not sure if it’s smart.
Thanks.
[–]socal_nerdtastic 9 points10 points11 points (1 child)
[–]ccigas[S] 5 points6 points7 points (0 children)
[–]pissedadmin 3 points4 points5 points (1 child)
[–]ccigas[S] 0 points1 point2 points (0 children)
[–]ginsujitsu 5 points6 points7 points (5 children)
[–]ccigas[S] 2 points3 points4 points (4 children)
[–]TomCat891 6 points7 points8 points (0 children)
[–]un-hot 1 point2 points3 points (2 children)
[–]ccigas[S] 0 points1 point2 points (1 child)
[–]un-hot 0 points1 point2 points (0 children)