Tantawowa LLC

Tantawowa

December 2022

Get @ it!

In the Brighterscript language, the @. operator is used to replace the callFunc method when invoking functions on a node. In regular BrightScript, we would write code like this to invoke a function on a node: userManagerNode.callFunc(“login”, username, password) This syntax is not only ugly, but it’s also error-prone due to the use of string

Get @ it! Read More »

Get some class!

If you’re a Roku developer, you know that writing code in the global namespace can quickly become a nightmare. Not only does this make it difficult to manage your code, but it can also lead to namespace collisions and other issues. That’s why it’s much better to use object-oriented programming and classes to write Roku

Get some class! Read More »