CJGarciaMusic / PowerUserWorkflow

All assets related to my Stream Deck work
2 stars 1 forks source link

Simplify function #12

Closed Nick-Mazuk closed 2 years ago

Nick-Mazuk commented 2 years ago

In general, you don't need to assign a value, only to just return it. It's really only helpful if the variable name adds context. In this case, the name result doesn't, so there's no need to create the assignment.