| bio | website | |
|---|---|---|
| location | Rio De Janeiro, Brazil | |
| age | 33 | |
| visits | member for | 2 years, 5 months |
| seen | yesterday | |
| stats | profile views | 105 |
|
Apr 30 |
comment |
How to ensure a project 100% tested? "...just that you know that all of it will always work sometimes." - This phrase made me chuckle. Nothing is more true in software development than this. |
|
Dec 10 |
awarded | Yearling |
|
Oct 9 |
comment |
Lua & Javascript documentation generation I understand, but if you don't mind, I'd like to share a thought: From your point of view, this make sense: 1 style fits all documentation. From my point of view, if I'm working with Lua, I expect the documentation in Luadoc-style. If I'm working with Java, I expect the documentation on JavaDoc-style. If I'm working with .Net, in MSDN-style, and so on. My (uninformed) opinion is that an "one-style-fits-all" documentation does not make your API easier to use to a new developer. |
|
Oct 9 |
comment |
Lua & Javascript documentation generation I don't know any tool for both of them. But for Lua there is LuaDoc. And a little googling led me to this question at StackOverflow. |
|
Sep 18 |
comment |
A good interpreted language for a small embedded project I'd like to add that the eLua project also has a port to ARM M3, I think it will be useful to you. |
|
Sep 18 |
comment |
A good interpreted language for a small embedded project +1 for Lua and eLua. |
|
Sep 17 |
comment |
What do you do with coder's block? Well, when this kind of thing happens to me, I take some time to walk, or sleep, or have a good ice-cream. Though I shouldn't have ice-creams nowadays. Some people advocate that exercises are good for this kind of burn-out, so you could slow your mind and let your body come to the same beat. Well, even a good game of Counter Strike may help. |
|
Sep 17 |
comment |
What do you do with coder's block? @Francesco, "...but it will stop making it workse." -> "workse", pun intended ? :) |
|
Aug 31 |
comment |
Is Flash disappearing? "Is Flash disappearing?" - <rant>I hope so.</rant> |
|
Aug 24 |
comment |
Enterprise Integration: File Exchange vs Web Services +1, just 1 point to add: Today you can easily read Excel files on .Net using NPOI or EPPlus, both free. |
|
Aug 24 |
comment |
Do Android developers have to pay sales taxes? <rant>That's the only certain in your life (more than death): You always have to pay taxes.</rant> |
|
Aug 21 |
comment |
How should I deal with Time Zones in a .NET WCF application? On a side note, it may be worth to know that there is a good library about date/time manipulation, called NodaTime. There is also a less-updated blog about it here. This library is a port of the good java library Joda Time, and was ported by our always good friend Jon Skeet. |
|
Aug 17 |
comment |
Use constructor or setter method? +1, I agree, and added another answer complementing with more properties. I think the fluent API is clearer to understand when you have more than 1 single property as an example. |
|
Aug 17 |
answered | Use constructor or setter method? |
|
Aug 16 |
comment |
Is there a programming language where 1/6 behaves the same as 1.0/6.0? Lua does this. It only has a single Number type, that usually is the same as C's double. |
|
Aug 16 |
awarded | Good Answer |
|
Aug 16 |
comment |
How will quantum computing change programming? Heh, quantum computing will and will not change programming, all at the same time. |
|
Aug 16 |
comment |
Reverse engineering: what is it really good for? +1, particularly true for me. I've worked on some banks where legacy systems did not have a single technical document. |
|
Aug 16 |
awarded | Populist |
|
Aug 15 |
awarded | Nice Answer |