chevron
chevron copied to clipboard
Use **kwargs instead of using so many parameters
Example: the render function in render.py
Not sure why I did it that way? seems wrong. Definitely harder to use since any time you update the parameter list you need to update the recursive calls as well