Viewing profile — rmanolis
rmanolis
HN member- Joined
- Mon, Mar 16, 2015, 5:08 PM UTC
- HN karma
- 44
- Public activity
- 56 items
- HN profile
- View on Hacker News ↗
About rmanolis
No profile information was provided.
Recent public activity
-
comment
Comment #42675515
F# secret superpower that no one has discovered for 30 years, and it will change its popularity in enterprise software.
- story
-
comment
Comment #42347567
You expand your knowledge in useless things like design patterns and frameworks. Odin will make this type of knowledge useless. Making simple tickets to epic shows that the company…
-
comment
Comment #42347519
System administrators are paid to wake up at night to fix things. Ask your boss, "do you want your users wait until the next morning for the system administrator to wake up and fix…
-
comment
Comment #42337174
The “while doing it” does not work if you don't have experience with similar language. If you don't believe me, try learning Rust while writing a server for your work. Tickets are …
-
comment
Comment #42337064
No, you don't need to just log and return 500, you can make the software to handle these kind of errors. You could make the software call the system administrator and return a mess…
-
comment
Comment #42325590
What are you even talking about? where in the article say that CDD does not care about inputs? Also in the article says "The main idea of TDD is to design the software through test…
-
comment
Comment #42325563
What company gives you time to learn at work? where do you even live?
-
comment
Comment #42325537
Odin's way does not mean that you have to do something for every Exception that is thrown to you. Also, in Odin SQLException can not exist, it is too generic, but SQLClosedConnExce…
-
comment
Comment #42319920
Look, you are very lucky for sticking with java and using your OOP knowledge to move to other programming languages. But an unexpected change will come and you will need to go back…
-
comment
Comment #42319835
Odin can make stack traces as error types. Your system with Java will break if someone else add an AuthenticationFilter, but my system in Odin will not even compile until I have ha…
-
comment
Comment #42317375
So you telling me that you don't need to study on your free time? Is that correct? You can't program in any language, don't fool yourself. Take, for example, SQL that is used in al…
-
comment
Comment #42317258
to understand what I said, you have to solve the Error Handling Challenge, in your favorite programming language https://rm4n0s.github.io/posts/3-error-handling-challenge/ When you…
-
comment
Comment #42312489
And how is your social life? Do you have a girlfriend?
-
comment
Comment #42309718
Did your Dad worked on IBM 360 assembler, COBOL, Natural and JCL on the same day? today fullstack developers have to pivot between 2-3 languages on the same day All the SOA back th…
-
comment
Comment #42300148
First, in the article I wrote how detrimental it is to the developer's social life, to know multiple languages. Secondly, companies need to realize that they request multiple progr…
-
comment
Comment #42297928
it has tests, and better than TDD
-
comment
Comment #42297915
I am not asking, it will be the only way from now on if companies don't want to waste more money and time. Because the option to parse stack traces from the programming language it…
-
comment
Comment #42296419
yes, it can't. For some “can't” statements, you don't need to write any error. The “can't” statements in CDD are for actions and input that you could take, but the software deliber…
-
comment
Comment #42294854
I think it's is finite. I couldn't think of another "can't" statement for my exercise. If you find any please tell me to patch the code. You thinking in DDD because in CDD there is…
-
comment
Comment #42293188
I put coloured glasses on the past because back then companies didn't request developers to know more than one programming language. They just used fancy words for simple tasks.
-
comment
Comment #42293154
It is not TDD because CDD does not architect the software through refactoring passed tests. It architects the code from the errors by following specific rules
-
comment
Comment #42293127
In TDD, I would have to iterate over the hello_from procedure 900 times to create the software design. In CDD, I created first the software design by translating "can't" statements…
-
comment
Comment #42290205
The best way to architect, test and develop software
- story