Static types

From ym2149.org
Revision as of 14:47, 21 March 2024 by Andrzej (talk | contribs) (Created page with "* weird that params and return types are obsessively typed, but not exceptions * all their stated advantages can be achieved via unit testing, which you need anyway * lightweight mocks redundant in the absence of static types, you can just use the test harness as a universal mock Category:Programming")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
  • weird that params and return types are obsessively typed, but not exceptions
  • all their stated advantages can be achieved via unit testing, which you need anyway
  • lightweight mocks redundant in the absence of static types, you can just use the test harness as a universal mock