FlorianFrank/climate_chamber_control_lib

Feature: Directly return error codes

Closed this issue · 1 comments

Problem:

  • The current two step approach of returning a boolean value of each function and afterwards calling the error makes the code unreadable

Solution:

  • Directly return the error code instead.
  • Already merged