Strong careers are often built in two stages. First, go very deep in one area and solve painful problems. Second, reuse that mental toolkit across domains. That mix of depth and transfer is hard to compete with.
#programmingtip
#ProgrammingTip
TIL using Ctrl+Spacebar on an image property a second time will toggle the preview on and off (there you go saved you a click through by writing a good summary :-) #MSDyn365BC #ProgrammingTip
www.linkedin.com/pulse/al-ima...
#ProgrammingTip: If you put an Enum value called "Count" at the end of the Enum, you have a handy way to access the amount of values available.
I was criticized for this on that other place for being pointless but I have found it very useful and use it often with Command Patterns and the like.
If your code is ugly but works, it’s not a bug - it’s technical debt for future you. Keep stacking it, and one day, you’ll have job security fixing your own mess!
#programminglife #programmingtip
#programmingTip: In @MATLAB, when using a string for a switch, change it to lowercase to avoid problems. E.g. switch lower('StRiNG')