You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yegor256@paulodamaso
In takes, we've a class name inconsistency. Let's take as example some Base classes. We've RqFormBase and RqFormBase. On the other hand, we've RqCookies.Base, RqHeaders.Base, RqHref.Base, RqMethod.Base, RqRequestLine.Base. This problem is similar to this one. My suggestion is extract all classes inside interfaces, just like in Cactoos. WDYT?
The text was updated successfully, but these errors were encountered:
@yegor256 @paulodamaso
In takes, we've a class name inconsistency. Let's take as example some
Base
classes. We'veRqFormBase
andRqFormBase
. On the other hand, we'veRqCookies.Base
,RqHeaders.Base
,RqHref.Base
,RqMethod.Base
,RqRequestLine.Base
. This problem is similar to this one. My suggestion is extract all classes inside interfaces, just like in Cactoos. WDYT?The text was updated successfully, but these errors were encountered: