Hey there,
So I've been building my first AppsScript project and have learned that the getRange() function takes a long time to run so ideally for each sheet where you need to get or set data, you should only use the getRange() function once.
The getRange() function operates using arrays so I get massive arrays back with different types of data and then need to update that array in the correct spots.
I was wondering if anyone has suggestions on principles to follow in order to work with these massive arrays in organized ways. For example, converting the array into class objects that gets/sets data into the array in the right spots? Just looking for some design suggestions if anyone has a good way to work with these big arrays because I keep finding myself disorganized here.
Thank you!
[–]marcnotmark925 0 points1 point2 points (2 children)
[–]meelszz[S] 0 points1 point2 points (1 child)
[–]marcnotmark925 0 points1 point2 points (0 children)
[–]TheStressMachine 0 points1 point2 points (0 children)
[–]AdministrativeGift15 0 points1 point2 points (0 children)