C#

C#

Made by DeepSource

Empty record achieves nothing and is likely a bad design pattern CS-R1134

Anti-pattern
Critical

Records are majorly used in serialization and deserialization. Either they take in some parameters or define members that participate in this process. However, a record that neither declares any parameters nor any members achieves nothing and is likely a bad design pattern. It is recommended that you rethink if a record is really the right structure for your use case.