Details
-
SkillsC++,Cocos2d-x,Angular 2+
-
LocationChina
Joined devRant on 10/31/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
-
been there
-
If anyone have good practical examples of testing/TDD, in forms of video or documents, could you please share it with me? I really appreciate that.
-
@Lyniven sorry for scaring you. I am trying to embrace unit tests too. But it just doesn't feel right for me. That's why I turn to the community.🥲
-
@lungdart Yes. I am writing tests after implementation. That's why I am wondering whether it will be totally different if we write tests first. But how do I feel for UI tests I still need to know about implementation before tests. Then we are still doing implementation before tests, virtually.
-
@h3rp1d3v sir, you shared the same feel as I do.
btw, what is visual regression test service? -
@Commodore I think @h3rp1d3v has explained most of how I feel. For function test I believe unit tests are helpful and worth the effort, because I just have to provide some input and check the output. It is black box testing for me.
But for component tests, I need to understand the implementation first and possibly need to mock its dependencies here and there. Besides, there will be a lot of test cases where we have many diverge paths, like, we need to mock a lot of input one after another then we can test different options after that. Then we have long and complicated tests. -
no semicolons?
nahhh... -
@saucyatom @heyheni oh, checked again just now, it works without vpn.
-
@matt-jd I'm using the app. Location: Guangdong
-
@heyheni I am afraid not.
-
@Gregozor2121 Yeah... That's what I think. Other than boredom, it doesn't affect me much. (I have been freelancing for a year.) Just start wondering how much damage it will do to the country's economy and sequentially how that will affect me afterwards.
Maybe this will end in a week or two if things go well. That's my best wish. -
No. All I see is that you treat object like woman.
-
Solution: open a plain text editor and edit the complete code, then copy&paste it back to your IDE.
-
that is me.
-
@electrineer yes, I should have, in every software in which I can type.
-
It's the most usual way I travel.
-
@BambuSource we are not alone.
-
finally see something about game developing, feeling great
-
can't believe I have read the whole rant.
you're a talented guy. this whole thing is a tragedy. hope you can get through it. -
@filthyranter a timeout haha
-
no, I have to do it this way.
for(i=0;i<n;++i) -
you should get a projector
-
@sam9669 then I take it as a yes.
-
@sam9669 have you confused yourself with this?
-
default arguments
-
quit. next question.
-
how to pretend a hacker, pro
-
@lazyDev this guy @kaqqao gets me
-
Java dev:
Object x = new Integer(2);
x = new String("hello");
does it make sense? -
I have seen another version before:
"Don't jump! Programmer. Your program crashed!"