You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May I suggest you raise exceptions instead of returning nil in, for example, script.rb? Those nils are just making things worse since later it's difficult to understand why attributes are nil. It's just a good practice to avoid nil in object-oriented programming. Thanks.
The text was updated successfully, but these errors were encountered:
May I suggest you raise exceptions instead of returning
nil
in, for example,script.rb
? Those nils are just making things worse since later it's difficult to understand why attributes are nil. It's just a good practice to avoid nil in object-oriented programming. Thanks.The text was updated successfully, but these errors were encountered: