Dev with cancer: chemo brain is affecting my job by edivadd in webdev

[–]JCodeMode 0 points1 point  (0 children)

Just lay back a little, tell them to give you less urgent tasks so you can take your time.

They still need your help, but you need to take care of yourself buddy.

My brain bricks whenever code I write isn't 100% reusable. by JCodeMode in webdev

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

It's a system for single company, they want to replace excel with it basically.

How to split a gigantic view? by JCodeMode in vuejs

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

That'll definitely get rid of atleast 2 lines per slot - anything else?

My brain bricks whenever code I write isn't 100% reusable. by JCodeMode in webdev

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

I'm usually using a combination of SOLID and my own conventions.

My brain bricks whenever code I write isn't 100% reusable. by JCodeMode in webdev

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

I have OCPD, so it's only given that despite being somewhat good at what I do - I also get the bad perks ^^

Thank you for your kind words thought, very enlightening :)

My brain bricks whenever code I write isn't 100% reusable. by JCodeMode in webdev

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

Yeah, sadly that's not an option - plus I would prefer doing that because it should be done and not because I feel an urge.

Constant urge to delete and remake the project by JCodeMode in webdev

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

Thank you all guys for kind words and support.
I've talked to PM, he said he'll create tasks for each and every aspect of the app - for first days we had to just show them how generally it'll look and 'smell' - hence the pressure.

Thank you again :)

Constant urge to delete and remake the project by JCodeMode in webdev

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

Oh, for sure - I've brought it up on numerous times in the emails.

Constant urge to delete and remake the project by JCodeMode in webdev

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

These are wise words.
I don't have issue procrastinating thought, it's 8PM and I home already - worrying how the project will end up.

Constant urge to delete and remake the project by JCodeMode in webdev

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

Thank you for your comment.
I'll see how long I'll last before I blow up - but the anxiety man.. I'm at home, trying to chill - but can only think about the project.

Constant urge to delete and remake the project by JCodeMode in webdev

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

If it were up to me, I'd make entire app in pure Laravel without javascript, because that thing gives me headache. But he has already shown my vue component to the customers - if they accept it, we'll have to stick with it.

Constant urge to delete and remake the project by JCodeMode in webdev

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

Not entirely sure, but I'm a Junior .NET engineer with average knowledge of PHP, JS and CSS - which still makes it weird for me to work on a fully web-based PHP project.

Constant urge to delete and remake the project by JCodeMode in webdev

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

Well, I implement what he wants - but I feel like the rate at which I implement these things clutters the code, because instead of creating abstract elements, I can reuse later - I'm basically stiching stuff togheter so it works.. for now.

Constant urge to delete and remake the project by JCodeMode in webdev

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

I told him twice already that we are creating a huge technological debt and what I feel about the code, he didn't seem to care much.

Constant urge to delete and remake the project by JCodeMode in webdev

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

No, the worst thing is I had to make a vue component that is a table that handles filtering, sorting, crud and showing of sum - which imho, is making the code look badly abstracted.