Vim is so intuitive and convenient
I just typed `:imap dirs $partial_content.directories` and it worked exactly as expected.
And removing the mapping is just as easy: `:iunmap dirs`.
I wonder if Vim isn't just the thing joining one letter short, fast to type variable names with meaningful variable names :)
#vim #programming #variableNames #programmingstyle
I don't care about doing stuff the right way.
I do it in an effective way that works.
For example: I have a function that recursively copies a small tree, built on the stack with pointers to rodata, each node has a name assigned to it.
How do I make the nodes from one tree have different names to those of the nodes from the other tree?
Simple.
#programming #c #doitmyself #programmingstyle
I'm starting to insert comments into my #HTTPclient redo to remember the meanings of variables.
I know the variable names should speak for themselves, but they don't... as usual :blobcatnotlikethis: :blobcatshrug:
#httpclient #programming #doitmyself #programmingstyle