629 Views
Posts in this series: IntroProcedural BeginningsLong MethodsIn the last post, I walked through the main, immediate code smell we saw of a long method, and I would classify this method as long: public class AssignOfferHandler : IRequestHandler<AssignOfferRequest> { private readonly AppDbContext _appDbContext; private readonly HttpClient _httpClient; public AssignOfferHandler( AppDbContext
0 comments