Details
-
Skillsc#/.net
-
Github
Joined devRant on 11/24/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
I really want to see the results! I hope they will publish them in no time.
-
@twinflyer you can always migrate to github, can't you?
-
How so? I am confident that NPOI still exists.
-
Just go to group policies/settings and turn it off ;)
-
@jakobev it is part of whole stackexchange. You can log there using your stack overflow account (however your points will count separately)
-
You should try stack for such things.
Here you are : codereview.stackexchange.com -
Well, most of the time applications crash when bug occurs, in some cases they do not work properly as in: "holly shit i just lost 749483 dollars because of this soft!".
Therefore I do not see any software adopting to bug.
What's more in my opinion bugs do not represent errors in thinking just errors in implementation. Errors in thinking (for example in algorithms) should be called "defects". Hence bugs are incorrect implementation => they are mistakes (unless the bug was made intentionally).
However I do agree with first part (about debugging) if you just debug to fix the bug and not to understeand it this fix might make your soft even worse. -
"Good time management and prior planning" is the best thing you can do.
-
@tomb nevertheless, waiting 5min+ was very annoyong
-
I use visual studio and I had to change my hdd to ssd because loading time was awfull.
-
Going to make your own coffe besides that you do it best has many advantages such as : your eyes can rest, you can strech your muscles etc. health beneficts are more important than that you do not do your work on time :P
-
I think I would understood it better if it was in english, is there something wrong with me?
Oh, I got it, those are bought books or sth? -
On the bright side, they dont use (much) old software :)
-
++ for you sir. New trends are really pain in the ass if it comes to talking with a client. The less they know the more thery argue (not everyone however).
-
Phisics -> Maths -> Matematica and R -> C++ ( yeah I can calculate even faster!)
-
Hmmm what kind of dev rant is that?
-
@thureos <-- this
And also: there is no way for one developer to create a big system in reasonable time. -
@edisonn i cannot speak from experience but I heard that red hat have some good business support for linux.
-
@elazar it is called 'work around' and if you see that you need something you should change the project. Code smells more and more with behavior you described.
-
Ahh those days when my coworkers made me write capslocked code in t-sql this was horrible !
-
@Grumpy exactly.
Extensions methos are also good for extending string class however they forbid to use private parts of classes (if i remember correctly) hence no encapsulations are broken unlike when using friends. -
@fbomb ohh thats right i forgot about it, my bad.
We should call it "goto-loop" then, how about that? -
No no no no no no no, stop it! friends are essentially a bad idea in programming!
Edit:
I'm not saying that whole idea is 100% bad but missuses are too much common. Breaking encapsulation is not always well motivated (most often by lazyness).
In my opinion if you use friends you are bad designer. -
@azuredivay well, you can do open source sitting on windows server and developing in visual studio using TFS and resharper.
Why is that a hypocrisy?
You do not need to USE open source when you are pro open source.
Those peope are not "against closed software" they just like to give somwthing to society maybe hmm? -
@fbomb is that even a real thing in programming languages beside assembler-like?
@sysm9 this is the real thing in math, math is all about changing perspective. There is a great ted talk about it. -
@Grundeir not really, you just have to assume that it has not and poof it doesn't :) thats beauty of maths ^^
-
Hmmm, I think that you should've ask him "sir, how do I need to group loops?" Follow up questions are sometimes more important than answers.
My answer however would be simmilar to @fbomb 's but without "infinite loops" those are not 'type' but 'subcategory' of all of them because we can have infinite do-untill as well as infinite while loops. -
It's not about dolar walue, it's about usage value. Sticker has no influence on you as dev (beside cool looking laptop) where as stress ball is more usefull.
-
When I was a junior I always loved people like you. The worst thing being junior is when you can't Google something and there is no one to help you because they are "busy"
-
@jpuge sometimes it's enough for code to be 1hrs old to become legacy (Perl).