changes in Mhwd files #89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "unknown repository"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: filipe-marques
changes in Mhwd files, fix tabs for spaces
Created by: philmmanjaro
seems ok now. @december0123: can you double check this?
Created by: december0123
I apologize for late response.
Created by: december0123
Dead code. That's good that you removed it.
Created by: december0123
That change just makes the reader confused. You stumble across it and begin to wonder why did someone make that variable static. We don't save memory (found is a bool which is a primitive type - no dynamic memory allocation), we just make the code more confusing and I don't think that's the way to go.
Created by: december0123
Local requirements are checked before this function is called. We don't need that check here.
Created by: december0123
Local requirements are checked before this function is called. We don't need that check here.
Created by: december0123
That comment should be removed long time ago. You can see that it only confused you (that's why comments should be the last resort and should not be widely used).
Created by: december0123
I think it's fine for now. It's a good idea to finally have a proper readme 👍
Created by: philmmanjaro
I think with these out you can now proper your commit as suggested by @december0123 and he or I will merge your changes ...
Created by: december0123
It's ok now. Thanks.