Fevzi Anif
Fevzi Anif
The usage of some static methods listed in the title from `java.util.Collections` class in the project looks non-elegant. Create alternative immutable collections for: 'Collections.singletonList', 'Collections.singletonSet', 'Collections.singletonMap', 'Collections.emptyList', 'Collections.emptySet', 'Collections.emptyMap'
The [Takes](https://github.com/yegor256/takes) framework code contains a lot of boilerplate when using, for instance, `Map`. Example of boilerplate: ``` final Map map = new HashMap(); ..... ..... if (!map.containsKey(key)) { map.put(key,...
I think it would be good to have an elegant way of creating files or directories in sub folders of any level. For example: There is a directory `xyz` and...
Please have Takes updated with newer version of Cactoos
org.takes.facets.auth.codecs should accept and return org.cactoos.Bytes instead of bytes[]
[Cactoos project](https://github.com/yegor256/cactoos) already provides [org.cactoos.Scalar](https://github.com/yegor256/cactoos/blob/master/src/main/java/org/cactoos/Scalar.java) which is similar to [org.takes.Scalar](https://github.com/yegor256/takes/blob/master/src/main/java/org/takes/Scalar.java). Why not just replacing usage of [org.takes.Scalar](https://github.com/yegor256/takes/blob/master/src/main/java/org/takes/Scalar.java) with [org.cactoos.Scalar](https://github.com/yegor256/cactoos/blob/master/src/main/java/org/cactoos/Scalar.java) ?
By creating this issue I would like to raise a discussion about utilizing an elegant OOP way to use logging functionality. Do we need to create specific classes like `Log`,...
According to Yegor's article https://www.yegor256.com/2014/11/20/seven-virtues-of-good-object.html#2-he-works-by-contracts : The rule here is simple: every public method in a good object should implement his counterpart from an interface. If your object has public...
[Takes](https://github.com/yegor256/takes) project is currently using `qulice-maven-plugin:0.18.5`. When checking PMD violations using `qulice` there is an exception thrown for the test [SiHmacTest](https://github.com/yegor256/takes/blob/master/src/test/java/org/takes/facets/auth/signatures/SiHmacTest.java) `WARNING: Exception applying rule UseStringIsEmptyRule on file ....\takes\src\test\java\org\takes\facets\auth\signatures\SiHmacTest.java, continuing...
I am receiving the following message: `We tried to pay your debt of $6.14, but failed (Failed to pay: Failed to pay via WTS: job=df8bcec7-8221-45bf-80df-c9e34d6addaa error=No nodes out of 20...