mbonnin
02/27/2023, 4:51 PMJSON
and not Json
, right? I've been using Json
everywhere but I think I'm wrong?Sam
02/27/2023, 4:54 PMHTTPURLConnection
problemHttpUrlConnection
> HTTPURLConnection
Chris Fillmore
02/27/2023, 4:55 PMSam
02/27/2023, 4:55 PMWhen using an acronym as part of a declaration name, capitalize it if it consists of two letters (https://kotlinlang.org/docs/coding-conventions.html#choose-good-names); capitalize only the first letter if it is longer (IOStream
,XmlFormatter
).HttpInputStream
mbonnin
02/27/2023, 4:55 PMChris Fillmore
02/27/2023, 4:56 PMLuke Armitage
02/27/2023, 4:56 PMXMLHttpRequest
. best of both worlds. 😄