Lysergid

joined 2 years ago
[–] Lysergid@lemmy.ml 14 points 6 months ago (1 children)

I’d leave my job if Musk would become CEO at my job.

[–] Lysergid@lemmy.ml 3 points 6 months ago

If administration does not change agency’s policy in the the way it contradicts your moral I’d say it’s ok

[–] Lysergid@lemmy.ml -1 points 6 months ago* (last edited 6 months ago) (1 children)

Everyone screaming about democracy just died. In fact it was always dead. Electoral college system basically disregards voter who does not vote for winning party. It’s a system where you have only two choices, thus less competition, thus lower quality of candidates. Then everyone is like “is this best US can do?”. Let alone gerrymandering. People should be rioting, not because Trump won, but because system is not democratic.

[–] Lysergid@lemmy.ml 4 points 7 months ago* (last edited 7 months ago)

No, that means you falling into author’s bait where they misuse term “delete”. Refactoring is not equal to deleting. One can be result of another. But the truth is that extendable code needs to be modular to be extendable. And modular code is easy to refactor. Author couldn’t not name it “Write code that is easy to refactor, not easy to extend” coz it’s even more dumb

[–] Lysergid@lemmy.ml -2 points 7 months ago

No, title only

[–] Lysergid@lemmy.ml 5 points 7 months ago

See no problem as long as person genuinely likes branding, not because “flex”. For example i have Adidas Original hoodie and I like it has huge logo coz it’s iconic design of hoodie from golden era of hip-hip and break dance. I would never wear same from other brand or even “three stripes” logo from the same brand.

[–] Lysergid@lemmy.ml -3 points 7 months ago (2 children)

Right, but my initial comment was about article’s statement being wrong. Refactoring in the way you described will make code harder to delete which is bad according to the article.

[–] Lysergid@lemmy.ml 2 points 7 months ago (6 children)

I don’t understand too. Are you suggesting me to drop bunch of features in the product?

[–] Lysergid@lemmy.ml 5 points 7 months ago* (last edited 7 months ago) (1 children)

I like cyberpunk esthetics and all but this looks unfinished and ugly

[–] Lysergid@lemmy.ml 17 points 7 months ago (10 children)

TLDR;

My current project has mostly easy to delete code and not easy to extend. Why? Coz shit was copy-pasted 50 times. It’s not fun to work in this project.

[–] Lysergid@lemmy.ml 1 points 7 months ago

Post commit hook to push + always squash on merging feature branches

[–] Lysergid@lemmy.ml -1 points 7 months ago

I’m not dying, or was that a joke? Then you are bloody stupid

10
submitted 11 months ago* (last edited 11 months ago) by Lysergid@lemmy.ml to c/programming@beehaw.org
 

Hello my fellow, lemons? I have this problem in my current project I’m out of clue how to approach it. Maybe someone had similar experience and can give an advice.

Our requirements captured in JIRA. Throughout years we accumulated thousands of user stories. Say suppose following naive requirements team knows about:

  • Day 1: create home page
  • Day 20: create profile page
  • Day 50: add green footer to all pages
  • Day 100: create admin page Day 150: change footer color to blue

Now I’m doing refactoring (yes, I know, this is the actual problem) on day 400 and noticed that footer on profile page having green footer. Because requirements are just set of individual statements not consolidated with all history of system no one on the team knows why is that, is it bug or requirement did change on day 300 but we cant find it now.

When I worked in Waterfall we had BRD and FRD stating current actual desired state of system which was “reduced” from individual requirements which were coming in throughout project life. When in doubt devs can check FRD and not only know how system expected to behave but also which are other parts of the system that will be affected. How is it in Agile? To my understanding FRD is not a thing in Agile. Do I need to scan through hundreds of tickets and hope I didn’t miss anything every time i’m doing any non-trivial change to system?

 
view more: next ›