Micon Frink ~ Lemur

Results 127 comments of Micon Frink ~ Lemur

Okay I'll dig into the API. Then probably look at the inclusion of BearSSL next so we can make the whole thing embeddable as a static library. That should give...

Wanted to report my progress in reviewing naming and ensuring we never need to argue about names again. It's turned into quite a bit more work than we originally envisioned....

Oh one more thing I'm trying to understand is when to use multiple underscores in functions... e.g. xxx____yyy() Why are we using so many underscores?

Thanks. Lot of thought in your reply. Appreciate the discussion. > I wish we could have discussed this before you did all that work. I believe in balancing full-semantic naming...

> I agree with the fiobj_array, but I don't think fiobj_string is any different than fiobj_str. I don't see the added verbosity adding anything to the readability. It's about grammaring...

## Abbreviation Consistency > What I'm not thinking that the results for the naming decisions should be consistently the same. I feel strongly that we should be consistent in naming...

Thanks @pr0con. Most people don't realize how much code style plays into the utility of an API and they let their egos get in the way of everything. I once...

@boazsegev Thanks. > This all-or-nothing approach isn't based on a logical argument. Correct. My approach is not based on logic in the pedagogic sense but rather on linguistic grammar consistency...

@pr0con Thanks. > ... But the way the brain works(in my case) well knowns across languages such as str ary & len read fine to for type defs. `ary` still...

@boazsegev - Thanks for clarifications. If I understand correctly, **the goal is to abbreviate without obfuscation.** _I'm concerned about going a file at a time with renaming. It is much...