You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Temp and synthetic variable name generation is a bit ad-hoc and should be centralized. Maybe something like String generateName(NameTypeEnum purpose, Declaration? forDeclaration).
The text was updated successfully, but these errors were encountered:
Temp and synthetic variable name generation is a bit ad-hoc and should be centralized. Maybe something like
String generateName(NameTypeEnum purpose, Declaration? forDeclaration)
.The text was updated successfully, but these errors were encountered: