vndmtrx / libadt

:vertical_traffic_light:libadt - an abstract data types library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove unnecessary list verifications on list-dependent structures.

vndmtrx opened this issue · comments

As we test if an passing object is NULL or not, We don't need to verify it again in subsequent uses. The messages should be the return codes to shorten code execution.