How is your development environment set-up?

How is your development environment set-up?
I am currently using QT Creator for C++ and it's good, but I am bored and looking to branch out.

Attached: DeepinScreenshot_select-area_20190607001110.png (1651x781, 207K)

Other urls found in this thread:

google.github.io/styleguide/cppguide.html#Variable_Names
twitter.com/NSFWRedditImage

>variable_name_
>awfully long lines
why

Im using GNU/Emacs with some auto-completing addons and Make-files

emacs

I just like snake_case aesthetically
If the lines are not complicated I prefer keeping the lines long; gotta use that 16:9 monitor somehow

CamelHoe detected

tmux+vim

I don't mind snake_case but what bothers me is having _ after a name like your sizes_data_

>vim
>that one makefile i wrote ages ago for all projects

it's a personal convention for private members