Advertisement · 728 × 90
#
Hashtag

#ProgrammingTip

Advertisement · 728 × 90

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

1 0 0 0
Preview
AL Image Property Lookup Tip TIL (which ironically I only looked up the other day to discover it means "Today I Learned") that when you are trying to select an image for an action in AL code you can use Ctrl+Spacebar to toggle th...

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...

3 0 0 0
Post image

#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.

0 0 0 0

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

0 0 0 0

#programmingTip: In @MATLAB, when using a string for a switch, change it to lowercase to avoid problems. E.g. switch lower('StRiNG')

0 0 0 0