Fabricio Cabral

Results 78 comments of Fabricio Cabral

@llorllale I think the `WriterAsOutputStream.next()` should be a new class. Something related to a buffer. And it can be very interesting, because many classes in cactoos use buffers, ins't it?

@victornoel well, due to respect, including to Sandi Metz, I disagree. But I agree to close this issue, if you want.

@victornoel I think what Sandi Metz said about *abstraction* is about an abstraction which is used to build class around you project, like interfaces do. If it's the point, I...

@Iprogrammerr Hi Igor! Thanks for your comment. Actually I'm working in big change API and implementing the simple caching API. After that, I'll develop this feature.

@Iprogrammerr Hi Igor! That's a good idea, but won't break [this rule](https://www.yegor256.com/2016/05/03/test-methods-must-share-nothing.html)?

@mdbs99 Thanks for sharing your knowledge with us! But when you're saying "method A should run before B, then C" and "if you share data among tests, you need to...

@amihaiemil Ok! Thanks in advance!

@mdbs99 Yeah, you're right here too. But I'm still thinking about their names. However, my priority at the moment it's about the framework's architecture...

@ mdbs99 Yeah, you're completely right. It's not the best way to do it. In this code we just want to execute all statements and get only the last result....

@mdbs99 Why not use [Travis](https://travis-ci.org)?