HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DeadlineDE

1 karmajoined il y a 3 ans

Submissions

Get your act together Atlassian

medium.com
1 points·by DeadlineDE·il y a 9 mois·0 comments

comments

DeadlineDE
·il y a 7 jours·discuss
In personal, light-hearted or even most 1 to 1 meetings I'd agree.

But my note taker has been an incredibly helpful piece of technology in professional meetings where domain decisions had to be recorded, high-throughput arguments were exchanged, ideas brought up and todos just verbally agreed on.

I always ask people, kindly and honestly with a lot of room for denial, for agreement to record meetings with them. No, I don't do it in meetings where I know personal topics could come up or be relevant. But those are more on the rare side. In most of my professional exchanges it hasn't posed a problem for anyone.
DeadlineDE
·il y a 6 mois·discuss
Looks like the article was pulled down? I could not find it in the english archive either.
DeadlineDE
·il y a 9 mois·discuss
For a refactoring project I've built the reports of the tool into the CI pipeline of our repository. On every PR it will create a fixed post with the current branches complexity scores comparing it to the target branch and reporting a trend.

It may not be perfect in its outputs but I like it for bringing attention to arising (or still existing) hotspots.

I've found that the output is - at least on a high level - aligning well with my inner expectation of what files deserve work and which ones are fine. Additionally it's given us measurable outcomes for code refactoring which non technical people like as well.