Slide 106
Slide 106 text
@ToddGinsberg
ArchUnit-Provided Rules
● Don’t use standard streams (System.out, System.in, printStackTrace)
● Don’t throw generic exceptions (Throwable, Exception, RuntimeException)
● Don’t use java.util.logging
● Don’t use Joda Time
● Prevent field-level autowiring (@Autowired, @Value, @Inject, @Resource, etc)