PavelD (Github)
PavelD (Github)
What about a book on functional design? I still wait for a new chapters.
@graninas yep, I've seen your post on reddit /fp, already joined the tier. Don't procrastinate :)
@graninas do you have telegram?
So, we need to do something actually :) Maybe we can save them in doc format to google drive?
Can you please assign this task to me? I'm looking to refactor the codebase to get rid of global vars.
@psy-fidelious for your knowledge, pimpl idiom is successfully used in C++ too. via reference to a class member or unique_ptr. @luserx0 my idea is to put everything in classes through...
@psy-fidelious Please read some article about pimpl idiom in C++. Short example, in C++: ``` class PimplClass; class ClassUsingPimplClass { .... private: PimplClass& pimplClass; //you don't include any headers for...
@psy-fidelious It's OK. My apologies for my selfish and entitled tone. I rephrased my comment.
@skmp sure!