This is not to single out this code specifically, ...
# suitescript
e
This is not to single out this code specifically, but I see this pattern a lot, and I don't understand why so many people do it:
Copy code
var currentRecord = context.currentRecord;
        var sublistName = context.sublistId;
        var sublistFieldName = context.fieldId;
        var line = context.line;
Why so much aliasing?