Open RocketPuppy opened 8 years ago
It can be difficult to tell where functions come from when imports aren't qualified or fully specified. This hurts readability.
Qualified:
import qualified Data.Aeson as Aeson
Specified:
import Data.Aeson (encode)
It can be difficult to tell where functions come from when imports aren't qualified or fully specified. This hurts readability.
Qualified:
Specified: