Changes between Initial Version and Version 1 of Ticket #17858, comment 184
- Timestamp:
- 2024-04-19T18:01:26+02:00 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17858, comment 184
initial v1 1 What's the advantage of replacing all variable names with var? That's much harder to read than the previous code. If this is not faster please revert the changes. I agree that this has advantages in some cases, but normally explicit variable types are much better. That's a lesson learned from using many different languages.1 What's the advantage of replacing all variable types with var? That's much harder to read than the previous code. If this is not faster please revert the changes. I agree that this has advantages in some cases, but normally explicit variable types are much better. That's a lesson learned from using many different languages.