Viewing profile — daltonpinto
daltonpinto
HN member- Joined
- Mon, Jan 29, 2024, 6:59 PM UTC
- HN karma
- 295
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About daltonpinto
No profile information was provided.
Recent public activity
-
comment
Comment #42501099
It is not about speed, is about quality. When I met the other 2 blind people, one of them joked that yes, they were very organized, but because they had to be, unlike us, being not…
-
comment
Comment #42500895
Exactly! Not because it is split it means that was well split. If you can reason where something should be, it may be badly organized. Even single file projects can be organized. I…
-
comment
Comment #42500849
Of course that are good things and maybe I wrote in a too much harsh way. Linting features and autocompletes are nice, also autocomplete features are nice to have. The issue that I…
-
comment
Comment #42500791
Not only learned, but it changes with time. When reviewing code, the reviewer responsability is not only to make sure that it works, otherwise tests and its coverage would be enoug…
-
comment
Comment #42500767
When I mean organized it means having a structure that segrates responsabilities. It could be applying DDD or some other pattern with that makes sense to the team. If you are using…
-
comment
Comment #42500195
This question reminds me of the first time I met a blind programmer. I asked him how he managed to code, and he replied with something that stayed with me: a good programmer should…
-
story
Show HN: Simple mathematic syntactic sugars for Ruby
While writing code with a lot of hard to read math functions, as a joke I wrote this: π = Math::PI And after using this tiny substitution, my code became way more readable. So, for…