Preston

207
Reputation
33 views

Registered User

Name Preston
Member for 1 year
Seen yesterday
Website
Location
Age
Oct
6
awarded  Yearling
Sep
28
revised Create an HttpRequest from environment
deleted 21 characters in body
Sep
28
revised Create an HttpRequest from environment
added 21 characters in body; added 4 characters in body
Sep
28
comment Create an HttpRequest from environment
I want to request data from my own API. And I want to unit test that API. It seems like the whole point of HttpRequest, to abstract incoming and outgoing requests into the same class. After all, they are the same thing.
Sep
28
revised Create an HttpRequest from environment
added 1688 characters in body; added 3 characters in body; added 5 characters in body; added 4 characters in body
Sep
26
asked Create an HttpRequest from environment
Aug
14
comment Is returning null bad design?
If you try to use an attribute with no value, that merits an exception. (I'm assuming your spec says the attribute is optional.) Have a separate method to check whether its value has been set.
Aug
14
comment Is returning null bad design?
It's easier to spot the presence of an empty catch block than the absence of a null-check.