Tag: programming
IntelliJ / Adroid Studio / CLion / GoLand / PyCharm / PHPStorm keymap shortcuts I can’t live without
Download settings.jar (Import with `File -> Import Settings`) I got to IntelliJ after years of using Emacs and Eclipse. Here’s…
How to create a list that holds different object types using `void*` in C.
I remember being in school back around 1998 and not knowing enough about C to do this. After coding in…
Top Eclipse (IDE) features I can’t live without
(If you are in Windows, replace “Cmd” for “Ctrl”, and “Option” for “Alt”) Cmd + 1: Create variables out of…
5 Object Oriented Programming Principles learned during the last 15 years
It was about 15 years ago when I first created my first class. I went from thinking of Object Oriented…