Zero-address checks as input validation on address parameters are always a best practice. This is especially true for critical addresses that are immutable and set in the constructor because they cannot be changed later. Accidentally using zero addresses here will lead to failing logic or force contract redeployment and increased gas costs.
Recommend adding zero-address input validation for these addresses in the constructor.
fairside-core (FairSide) acknowledged (in separate issue #56):
