mabn's comments

mabn | 7 years ago | on: When you code, write down everything

No - because your thoughts are not translatable into code.

I tend to draw various diagrams or graphs when working on something and it would be inconvenient to digitize them. Sure, once you have some final "thing" you can add it do the documentation.

mabn | 7 years ago | on: Ask HN: How do you handle long-running workflows at your company?

In my case it was waiting until tax information becomes available in another system (IIRC up to several months, but usually few days). Sometimes it was required for a person to actually travel somewhere to get the data via paper forms. Usually human input was needed for some steps but sometimes it was able to complete automatically.

Most waiting (hours-days) happened because the work was waiting in a queue for a user to take care of it.

mabn | 8 years ago | on: JDK 10: General Availability

Does it actually help? After 10 years of java I don't really remember any case where defining local variable as final would catch an error. Though maybe these cases are easy to forget.

mabn | 9 years ago | on: MongoDB 3.4.0-rc3

What if I want filtering by several criteria (on a table with 1k columns) and simple aggregations, but I don't need full-text search* ? I'm still looking :(

* I only want starts-with and contains on strings.

page 1