A recurring mistake at my job is putting database access modules below the common library, which prevents us from using our library types in the data layer natively. Yeah, we could use generics. If we were smart enough to do that, we wouldn't have made the first mistake anyway.
about 1 month ago