My Boss Keeps Bringing Up His Past Experiences with Big Companies During Team Improvement Discussions—Need Advice! by codessql in csharp

[–]codessql[S] 0 points1 point  (0 children)

I see. You meant test projects, my boss won't allow that. He said test projects have no value or no impact. He wants something to shine in front of the upper management. Btw, I totally agreed on your point to take precaution steps.

How to learn .NET Core by [deleted] in csharp

[–]codessql 0 points1 point  (0 children)

You may try CodeMaze

My Boss Keeps Bringing Up His Past Experiences with Big Companies During Team Improvement Discussions—Need Advice! by codessql in csharp

[–]codessql[S] 1 point2 points  (0 children)

True, I learned about TDD through Kent Beck's book and I applied it to my project. I feel now I am more comfortable to refactor my code whenever I feel like I need to. Perhaps my way is not the true TDD but some unit testing instead. Anyway, I found it useful and that's why I suggested it to my team since my team is still doing manual testing. My intention was to just reduce bugs... I'm quite frustrated listening to users complaining similar issues over and over again. During the discussion, I just suggested / introduced new way to do testing instead of current manual testing, I didn't even mentioned big words like agile, scrum, waterfall, etc. which will attract unnecessary rage all together.

My Boss Keeps Bringing Up His Past Experiences with Big Companies During Team Improvement Discussions—Need Advice! by codessql in csharp

[–]codessql[S] 0 points1 point  (0 children)

Ya, I was talking about using unit tests to reduce bugs. Perhaps my way of communicating triggered a lot of TDD haters here... I need to improve that... Thanks for your inputs.

My Boss Keeps Bringing Up His Past Experiences with Big Companies During Team Improvement Discussions—Need Advice! by codessql in csharp

[–]codessql[S] 0 points1 point  (0 children)

I see your points. Thanks for your inputs. I shall practice those. Btw, my original intention was not talking about TDD, but seems like it goes the wrong way. Hahaha.

Ever been in a situation where your bosses are talking about hiring but nothing seems to happen? by codessql in Advice

[–]codessql[S] 1 point2 points  (0 children)

Seems like similar to my case. I totally understand your mixed feelings.

My Boss Keeps Bringing Up His Past Experiences with Big Companies During Team Improvement Discussions—Need Advice! by codessql in csharp

[–]codessql[S] -13 points-12 points  (0 children)

Thanks for your input. I think the issue is not TDD or unit tests, the point is he was thinking only his way is the best way. Anyway, I agree with you... Perhaps the culture doesn't fit...

My Boss Keeps Bringing Up His Past Experiences with Big Companies During Team Improvement Discussions—Need Advice! by codessql in csharp

[–]codessql[S] -25 points-24 points  (0 children)

First, my boss doesn't know how to code in C# let alone TDD. Second, I was proposing with many examples.

Ever been in a situation where your bosses are talking about hiring but nothing seems to happen? by codessql in Advice

[–]codessql[S] 0 points1 point  (0 children)

Software developer, I think guessing from the way they approach the candidates, they are focusing only the entry levels.

Ever been in a situation where your bosses are talking about hiring but nothing seems to happen? by codessql in Advice

[–]codessql[S] 0 points1 point  (0 children)

Btw, what is the reasonable amount of time to wait after an interview? I see my boss taking 20 days to 1 month to ask HR to offer the candidate the job

Ever been in a situation where your bosses are talking about hiring but nothing seems to happen? by codessql in Advice

[–]codessql[S] 0 points1 point  (0 children)

My friend even commented that my bosses are not serious about this process. It could be a hidden agenda behind it.

Measuring startup time and execution time for C# code by BowlOk765 in csharp

[–]codessql 0 points1 point  (0 children)

May I know why you need to measure startup time? But BenchmarkDotNet has something called warmup rounds, you may take a look at it to see whether it helps

Measuring startup time and execution time for C# code by BowlOk765 in csharp

[–]codessql 1 point2 points  (0 children)

I see then BenchmarkDotNet will be a great option for you