Avoid 'get_node' calls
Get node calls introduce overhead and are against our project guidelines, the '%' operator is more efficient and nodes are cached.
Get node calls introduce overhead and are against our project guidelines, the '%' operator is more efficient and nodes are cached.