Adding 150 characters to all the buffers#12
Adding 150 characters to all the buffers#12cmaureir wants to merge 1 commit intoahwkuepper:masterfrom
Conversation
Using 50 is really low, and in modern times we do not need to care much, then using 200 is totally fine. Issue-number: 4 Signed-off-by: Cristian Maureira-Fredes <cmaureirafredes@gmail.com>
|
Changing 50 to 200 is NOT the best solution:
I have a repo copy in https://github.com/teuben/mcluster which uses the following technique: look at the start of main.c This type of code is repeated over and over again, and could easily be uplifted in some utiity code so this doesn't have to be retyped all over the code. There was another issue on code-restructuring, which might involve this as well. I thought I had made a pull request from my version, but seems not. Needs to be done or discussed what do to. |
|
Well, I want it to be minimalistic as possible, this piece of code can be optimised in many ways. I think C is no the best way of doing things, so I have also a set of patched that move the whole thing to C++, not using classes, because that will scare people, but just using all the perks of C++ standard library. So yeah, sorry for just increase the size of the buffers, but big changes are usually slow to get merge :) |
|
This is the branch that I currently have with the whole restructuration of the project https://github.com/cmaureir/mcluster/tree/improvement
I'm more than happy to hear any further concern regarding the code, or maybe another important aspect that I'm missing. |
Using 50 is really low, and in modern times we do not
need to care much, then using 200 is totally fine.
Issue-number: 4
Signed-off-by: Cristian Maureira-Fredes cmaureirafredes@gmail.com