#HungarianNotation #CleanABAP #triggerWarnung
https://dsagnet.de/gremium/development/forum/clean-abap-oder-ungarische-notation
A special #devlog entry: #csharp Coding conventions and #unity best practices used while developing #ParticularReality.
#madeWithUnity #gameDev #indieDev #hungarianNotation #codingConventions #bestPractices #tabsVsSpaces #codeArchitecture #async #coroutines #comments
@bug why does type information have to be in the name anyhow?
Are you using a language where IDE support for types isn't implemented?
Hungarian Notation, FWIW, would have you do:
u2NumberOfCats
Do you use #HungarianNotation with your #Typescript? Or even your #JavaScript?
ie:
iHamburgerOrder or tHamburgerOrder
versus
HamburgerOrderInterface
HamburgerOrderInterface
Identifier Metadata is fine, as long as you're not replicating your type system, if the scope of your variable is so large you cant easily infer it's definition, maybe your functions are too big?