Chesterton's fence
Couple of weeks ago I came across to this interesting rule and it is worth to think about it more deeply.
Couple of weeks ago I came across to this interesting rule and it is worth to think about it more deeply.
When you want to create codecoverage report with phpunit, you need to have XDebug installed otherwise you get just error "No code coverage driver is available". I successfully installed it on Windows but I had lot of issues installing it on MacOS.
Git is something that most of us use daily, though there are functions / commands you do not use but still may help in some situations.
Collection of JavaScript examples when it behaves...weird? Funny?
Have you ever heard about yarn resolutions? It is not something you would use everyday, but it is definitely useful.
The first thing you read about setState
- it is asynchronous. I understand it but still did not realize a couple of things.
It was a great idea to use git and create portal like GitHub and share source code among other developers. One of the benefits is, you do not need to reinvent the wheel and just use package you need. And because lot of users will add it to their projects, it gets well tested. But I can see there a big problem: maintenance.
You commited something and right after that you saw you forgot to remove log or add another file? Or you just want to extend your message? It is not necessary to revert the commit everytime.
I am working on React app with couple of other developers. And you know it, you need this component, that functionality, etc. so you google it, install the package and the work is done. Is it ok to work like this? Do you even know what exactly you added to your project and do you really need it?
If you are working on a project, you sure use open source projects, libraries and frameworks. All these stuff helps you build something amazing and do it faster. And also you know what a good feeling it is, when someone write a good review or give your fan page like. So do the same.