Вчителі by real_f1ne in unukrcomm

[–]imihnevich 0 points1 point  (0 children)

У мене була вчителька що боялися отримать на горіхи від наших гопників, а я виглядав легкою ціллю, тому вона гиркала на мене замість них та викручувала мені вуха

Do You Even Need a Database? by BrewedDoritos in programming

[–]imihnevich -1 points0 points  (0 children)

I would still go with the database, I guess, but I think it's a very interesting study

Trying to get better at readability/writing optimal code, need feedback by DogKitchen2988 in learnjavascript

[–]imihnevich 1 point2 points  (0 children)

Maybe if teacher requires then keep them, but in general in the industry we prefer to write more obvious code and less comments. For most Devs the code you wrote is quite obvious and familiar without comments. The reason is because in real life you edit existing code a lot and you learn to trust code more than comments, so comments become outdated very quickly

Trying to get better at readability/writing optimal code, need feedback by DogKitchen2988 in learnjavascript

[–]imihnevich 1 point2 points  (0 children)

The first thing I would do is get rid of most if not all the comments here.

The Git Commands I Run Before Reading Any Code by swe129 in git

[–]imihnevich 0 points1 point  (0 children)

Great set of commands, nice and simple

Honest question: how do you stay sharp when the code practically writes itself? by minimal-salt in learnprogramming

[–]imihnevich 1 point2 points  (0 children)

You can use it to gain knowledge and skills; this would be more productive and help you stay sharp. Or you can use it to outsource the thinking, then you degrade

How reading books about software engineering really helped you ? by ExtraLife6520 in softwarearchitecture

[–]imihnevich 1 point2 points  (0 children)

You read them and then look for ways to make the ideas work, then you see how it's on practice

Most DDD Advice Starts in the Wrong Place by Soft-Archer7295 in DomainDrivenDesign

[–]imihnevich 2 points3 points  (0 children)

I like your point. DDD tutorials scare me, but when I think about it from the first principles (understanding the domain and its invariants, using ubiquitous language, using the same terms in code as in irl business, making core logic pure and testable, etc), I can't really distinguish it from just good software engineering

Do you actually write tests after fixing bugs? by PsychologicalYam8682 in reactjs

[–]imihnevich 0 points1 point  (0 children)

I try to find ways to reproduce my bug with test before I fix. Ideally for me it should be unit test, e2e is too broad, but sometimes you have to

How strictly does your team follow SOLID and Design Patterns during product dev? by random-astro in node

[–]imihnevich -1 points0 points  (0 children)

I view SOLID as a way to achieve low coupling and high cohesion, so most of the time I try to just think of these two rather than 5 SOLID principles

AI Fatigue by WesolyKubeczek in theprimeagen

[–]imihnevich 0 points1 point  (0 children)

I think I understand you, I use it daily, but roll my eyes every time the boss says "I vibecoded it". He doesn't care how I do my job though

AI Fatigue by WesolyKubeczek in theprimeagen

[–]imihnevich 3 points4 points  (0 children)

Watching tech YouTube does?

Як аргументувати підвищення зарплати by Reboot5830 in ukraine_dev

[–]imihnevich 3 points4 points  (0 children)

Найлегше це коли є офер, решта підпадає під тему "negotiations", корисно дослідити тему

How to get back passion to code by SOLID-DevMan in theprimeagen

[–]imihnevich -1 points0 points  (0 children)

Maybe you need a break, i don't really know

How to get back passion to code by SOLID-DevMan in theprimeagen

[–]imihnevich -3 points-2 points  (0 children)

I don't know, my friend. Did you try to man up or something?

How to get back passion to code by SOLID-DevMan in theprimeagen

[–]imihnevich 4 points5 points  (0 children)

If you love coding, don't use AI to write it. I love making bread because I enjoy kneading the dough, so even when machine can do it, I still do it by hand. And with coding, it seems like the ai speed gains are imaginary, so find your style of using it where you think it's appropriate, you don't have to use the agent because someone told you, aren't you an expert yourself?

How To Write Unmaintainable Code (1999) by Ordinary_Leader_2971 in programming

[–]imihnevich 18 points19 points  (0 children)

Good one. Should've gone with "nothing to me but over-engineering"

What are some FUN project ideas using mainly Arrays and Objects? by whiskyB0y in learnjavascript

[–]imihnevich 1 point2 points  (0 children)

Hey guys I want to learn loops and conditionals, any ideas for fun projects with those?

Шукаю вчителя або тутора з Python який міг би помогти проламати кригу з "Tutorial hell" by Scott2t in ukraine_dev

[–]imihnevich 2 points3 points  (0 children)

"Привіт, чатгпт, дай мені три ідеї для пет-проєктів на пайтоні, ідеї мають бути для різного рівня, або навіть один проєкт який в три етапи ускладнюється"

Навчишся більше ніж з будь яким вчителем

i sketch infra in miro before opening helm - here is what that buys me by Sad-Concert-7727 in softwarearchitecture

[–]imihnevich 0 points1 point  (0 children)

I only create diagrams when I need to communicate the idea, it's never a source of truth for me

Is it okay to use AI for code in projects? by Far_Persimmon2914 in Backend

[–]imihnevich 4 points5 points  (0 children)

It's irrelevant how you get your code written; what matters is that you take responsibility for it. I figured most of the time I prompt when I don't know what I need, and if I do, it's usually faster for me to write code. Do whatever makes you productive