JKearnsl / compmath

A graphical application that can calculate mathematical expressions and provide statistics
4 stars 0 forks source link

refactor: use literal syntax instead of function calls to create data structure #1

Closed deepsource-autofix[bot] closed 8 months ago

deepsource-autofix[bot] commented 8 months ago

Using the literal syntax can give minor performance bumps compared to using function calls to create dict, list and tuple.