Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "maintain"
-
Friend(non dev): Hey. Do you know how much it costs to maintain an app?
Me : Well that depends. What are you planning to do?
Friend: Something like Trivago. But small.
Me: That still doesn't tell me anything
Friend: Come on. Just give a number. How hard can it be?
Me: 42. *facepalm*
Friend: See wasn't that hard. Was it?
Me: *thinking* Don't correct him. Just let him be.19 -
This genius made his very own super-flexible-and-versatile-never-seen-before-mvc-framework, with no documentation about the code, instead of just donwloading and implementing a popular one.
He left the company.
I maintain it.
Fell my pain.18 -
When you're a junior sysadmin but still have to maintain ALL the production server:
How it looks:
$ sudo apt-get update
How it feels:
& sudo [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo *Click*7 -
Just got a job description from a recruiter with this little gem:
"maintain internet using MS Visual Studio"
If I have to use VS to keep your internet up, your company has some serious technical challenges ahead.8 -
Fucktards sending me screenshot of their code to debug why the fuck can't you maintain a git repository.5
-
when you had to maintain some stranger's shitty codebase, and you couldn't resist looking up his name on LinkedIn, then you found his profile which says he is a Rockstar coder8
-
Seriously amazing how some people just contribute that much to open source:
https://www.npmjs.com/~sindresorhus
https://patreon.com/sindresorhus/
"I actively maintain 1100+ npm packages (1 billion downloads a month) and many popular projects. You're probably depending on some of my packages in your dependency tree. For example, Webpack relies on 77 of my packages."11 -
A friend of mine has a PC that was overheating. His solution: Dumping the entire mobo and components in a box with Olive oil.
Pros:
+ Decrease heat by 15℃
+ Low cost solution
Cons:
- Hard to maintain components
- Dust can't be cleaned from the box
- House smells like an Italian kitchen 😂6 -
I can maintain your shitty legacy node 6 code
And the shitty m3 ec2 instance with Ubuntu 16 that it runs on
And another one with postgres 9
But if I have to make a powerpoint presentation, I am jumping ship.
A man has his limits11 -
Yay, another item to tick off the bucket list.
- fall asleep during a zoom call ☑️
I think I've hit the point of being so burnt out, even self consciousness is hard to maintain.4 -
Hi ceo_candidate:
Welcome to CEO 101:
Q: How do you impress shareholders?
A: Without understading any processes, I cut down half of the IT team, saving a few 100k a year. Adding stress to the remaining team that now has to maintain lots of extra stuff. But, who cares? I still will expect my deliverables on time.
That is correct!
Achievement unlocked: Advanced CEO Practices6 -
Manager: I like nested ifs
Dev: They can be difficult to maintain
Manager: No they aren’t I write them all the time!
Dev: Have you ever maintained one?
Manager: No, I don’t do code maintenance. I don’t have time for it.5 -
Fuck relationships, the only relationship I can have and maintain is with my Linux or in my databases.3
-
I'm in grade 9.
I started a programming club in my school.
I told them that I'd teach basic HTML,JS,CSS,C++,C,Java.
Nobody signed up.
Because it happens on Thursdays.
FML.
However, people told other people that I have wicked programming skills and so one of the school staff asked me to help them maintain their school website, which is currently just Google Sites (*vomit).
:(12 -
Yeah sure, you can have your site files and database. Host it yourself. Get your cousin to maintain it. Go ahead. Yeah, sure, you're gonna do ~really~ well. Bye bye, ya micro-managing fuck nugget :D3
-
NEVER ACCEPT to be the ONLY DEV in the company who knows the whole product!
I am in the position of being the only one who knows all modules, there are even modules I developed which no one else will be able to maintain as soon as I leave the company, which I am planning right now and this also makes me getting depressed about.24 -
I see a farmer who wants to work less, he automates his work by using new tools - shovels, tractors, to the point that he has to invest similar amount of time to maintain these tools4
-
Just my $.02:
One thing I think a lot of students/schools miss when learning/teaching, is that your code has to be *maintainable*. Your code is (hopefully) going to be used for a long time, so program it to make it not only easy to upgrade and maintain, but easy for SOMEONE ELSE to upgrade and maintain, too.
The best code to work with is the stuff that's been coded with maintainability in mind.14 -
I’m happiest about code I deleted.
Deleted code is easy to maintain, easy to read and it makes applications run faster.
Moreover applications take less disk space and are faster to download.
The more happy than about deleted code I’m about deleted software or destroyed computers.3 -
Dear Developers,
A. Please put your fucking functions in files with names related to the purpose of the functions.
B. Don't define your database management methods in your goddamn configuration file.
C. In addition, fucking document your shit at the top of the file if you refuse to abide by request A.
Someone is going to maintain or modify this code after you, and that person will have a hell of a time with it.3 -
When I'm forced to maintain a C project having recently done a lot of C++:
Compiler: Declaration may not appear after executable statement in block.
Me: dEcLarAtiOn mAy NoT aPpeaR aFtER eXeCuTAblE stAtEmEnt iN BloCk. *pffffttt*2 -
For those of you who are blessed with being able to use new technologies, enjoy it. I just got handed another system to maintain.. last comment in the code was written in 1995.9
-
did you ever have to maintain a code that is so bad that it makes you physically ill to look at it? i feel like I've seen an eldritch horror16
-
1. Refactor shitty code because it is hard to maintain
2. Rant about how can someone write a code like that
3. Check commit log to see who is the person to blame
4. Found out that's me1 -
Me : Never actually worked on Linux before.
Also me : Tries to create, host and maintain a LAMP server.17 -
So.. the software team I work with still maintain Java 6 apps.. meanwhile management keep asking when we're "moving to the cloud".
DevRant posts are too small for me to describe our technical debt.... 🤦10 -
My friend was approached by a client who insisted that his website should be in WordPress to facilitate future maintainability.
That's how y'all end up having to maintain those awful pieces of mess. Blame the client, not the developer.7 -
>me on first day as temporary scrum master
>gets invited to 'optional' scrum master meeting
>meeting is with all SMs globally
>at 6PM local time
>POs also joining because why
>first topic is discussing a defect
>a PO has stroke of genoius
>"Our code base would be much easier to maintain if it didn't have bugs!"
>this gonna be a long meeting4 -
It's nice wanting to follow the best practice but many Java programmer have the bad habit to overdo it making lasagna code which causes painful headaches to who needs to maintain it afterwards. This is just a little sample of the "paranoia driven development" many does in my company.15
-
The goal of 2018 is to contribute to at least 100 open source repositories at GitHub and maintain the track record.10
-
Guy: - Why the hell do you keep adding new tests with "TDD" in the commit log? Is this because you're wearing this stupid TDD t-shirt!? You're only supposed to maintain this! There's nothing to develop! Nothing here will ever be test-driven!
Cprn: (turns around)
T-shirt: *Technical Debt Development*6 -
The moment when you as an apprentice have to maintain the code of a java web application which was mostly written in 2004 with java 1.4.....
The most terrible part is that the production environment runs still java 1.7 and you think about the fancy java 8 features all the time😐😑😐7 -
Hey, how about we boost our dev team morale by giving them this cool project instead of these usual crud bullshit they deal everyday?
Nooo, let's pay some fucking amateur agency 5x they wage during 4 months to do it like a low IQ noob and expect them to maintain it later.1 -
When the impostor syndrome hits me, I try to remember my achievements :
- I won a national coding contest when I was 18,
- I made and still maintain a complex app for 15 years, still actively used,
- I cannot count the number of languages I know; too many of them...
Not bragging here, btw. It's just important to actually enumerate your achievements.
If you get hit by the IS, just remember what you did 😉.12 -
I left uni in 2005 clutching my shiny new .NET based degree, and was instantly hired by a local software firm... to maintain their legacy Turbo Pascal systems.2
-
1. Success in supporting my wife for her personal goals
2. Quality time with my family, especially with my daughter
3. Maintain my current brain abilities2 -
So, apparently the legacy code I'm told to maintain at work requires me to add a windows user via control panel to my PC for SQL database to work.
-
Ilove wordpress, its small, fast and easily configurable and very enjoyable to work with and maintain.
I also like pineapple on my pizza, stubbing my toe and getting ran over by a truck.11 -
Boss left. Now I'm the only c# developer left to maintain 137 projects at this company. I woke up to a flood of emails with 3 requests and 2 applications breaking because he was a shitty programmer and didn't understand layering and design patterns and unit testing. Fucking dear God help.10
-
Python. Ok, so it's a really cool language, as a scripting language it's awesome, quick to write.
When it's been used to make full fledged oop programs that you suddenly have to maintain things like duck typing become problematic. Looking at an object fuck knows what methods are available. Worse still when some bastard that thinks he's being clever doesn't bother declaring any object attributes and instead overrides the __set_attr method to dynamically add them as they are used there is no hope for the poor sod that has to maintain it later.
I've also now worked out I'm at least the 3rd person having been given the task of maintaining it, i spent a day changing CLI options wondering why they didn't do anything but occasionally crash the app. I've now found a few thousand lines deep that someone had hard-coded these values because they couldn't work out where to get the CLI args from!
I've gained a new appreciation for nominative, strictly typed languages.11 -
During job interview
Me : Am I going to maintain old solution?
Interviewer : Of course not.
2nd day
PM : Please fetch project X from SVN5 -
Y'all ever notice how the size and complexity of a project is a source of pride for those whom created the project, and a source of dread for those who need to maintain it?7
-
Arch Linux is so overrated. Just a little while ago I did pacman -Syu and dhcpcd broke. Bleeding edge is all fine with me, but at least MAINTAIN THE FUCKING DISTRO PROPERLY!!!
Well, guess I'll have to redeploy that LXC with a different OS then. Probably Ubuntu Server or something like that.14 -
The guy that developed this template redefined every bootstrap class and now i have to maintain it... kill me please6
-
Windows, if you can't even do as much as mounting network shares *after* the network comes up, don't you fucking dare to tell me that I can't disable my firewall. Some people may actually know what they're doing and maintain that elsewhere, you know?3
-
Metaprogramming maybe easy to write but is so fucking hard to read and harder to maintain. Why do people even like these dynamic languages anyway :-/
*a very loud and miserable groan which may be cry for help*
I hate my life right now.5 -
A friend of mine who just started work as an Applications Developer. One of his duties is to I quote "Create and maintain inventory, which may include hardware, software and various items such as toners and peripheral equipment"
We had a good laugh together.4 -
One guy left the company and left me nodeJS project to maintain. It has a file with just a few lines short of 1700 lines of code.14
-
I maintain two WooCommerce plugins on wordpress.org. Yesterday I had to update one plugin and let me tell you one thing.
SVN sucks.
The motherfucking piece of shit is slow and suck ass. My Dad uses git, WordPress why don't you move on. Please for god sack, Move to git.4 -
People: Uhhhhh CSS is such a bad language it's impossible to maintain it, the cascade is stupid
Also people:7 -
i kinda hate my job, but i also enjoy my job. i hate that I'm overworked, i like being recognized for my competence. i hate the bosses, love my colleagues. i hate the shitty code i have to maintain, but i love making something better to substitute it.2
-
Have any JabbaScripters ever heard of backwards compatibility?
Nope. Because all the shit on NPM is written by 15-year olds who don't know how to code properly, not to say maintain their packages.
Fuck you.6 -
I love it to maintain old unit tests which were not executed for about 5 years. 2/197 are green (╯ ͠° ͟ʖ ͡°)╯┻━┻4
-
The worst part has to be you always compromise on your health just because your brain is telling you to solve a code block. You ignore your basic necessities, resulted in irregular patterns of sleep, skipping food and so much more.
Trying to maintain code which was written long back and alot of it has deprecated.
Yes you need to sit your ass down and write the whole thing again. -
I maintain a service that people are billed yearly for. A bunch of users just requested a new feature that will require me to build a completely new backend and change a bunch of things that will require a full rewrite of a couple different aspects of the service. I'm both excited and scared. Wish me luck.5
-
Got a new website i should maintain... Code is a real mess... Why did some kids do something - it breaks my heart^^
The directory hasnt any seperate folder except the img-folder - css,html and js are inside the root dir...7 -
I maintain some of the top 10 most downloaded packages in the Javascript ecosystem - in the order of hundreds of millions of downloads a week. I've worked with hundreds of repositories, thousands of OSS developers, across a few dozen teams (professionally). I've seen just about all of it, for almost 10 years now.
With all that being said, I'll leave it at this:
I hate every facet of the Javascript ecosystem.14 -
My dev Golas for 2019:
1. Control the chaos in the startup.
2. Go on trip or trekking
3. Lose at least 10 kg. (currently 83 kg)
4. Start waking up before 9 o clock
5. Help maintain a open-source library.
6. Make a open-source library.2 -
If you're the alone maintaining them, you learn a lot.... But they increase responsibilities.
I started with 1 open source project 2.5 years back. Today I'm maintaining more than 20 OS projects. And believe me it's really difficult to support them, maintain them5 -
First few times being made to make mobile responsive emails (from scratch, not generators) was an utter psychedelic mess I never wish to have the pleasure of returning too.
I since have had the pleasure of refusing this, as being able to maintain this chaotic mess created which has to be able to work across the major email clients is just a living nightmare.
There’s hell, then there’s a whole other level.1 -
> Tells client, if content isn't hosted on their server somewhere, we'll have to update the app every time they need new content
> Client refuses saying it will take too much time and effort to maintain
*Several weeks later*
> Get email from client asking to update the app because content is out of date
> I want to reply with 'Sorry no can do, it will take too much time and effort to maintain'8 -
So the US Congress decided that the online privacy of it's citizens do not matter. What steps do you guys take to maintain your privacy ? I can't even convince my friends to stop using fb messenger and move onto Signal.5
-
I like coding in a way that anyonr who comes into my code base can understand whats going on. That way more people can maintain the code base.
However, I HATE having people in my code base. Since they leave shit undocumented, and have 10 variables called "data" "items" "o" "p" and another 20 methods called "processData" "convertItem".1 -
Just because you can do things in one line and throw in ternary operators everywhere, doesn't mean you should.. other people will touch your code. Make it readable instead of making it harder to maintain8
-
Just noticed my boss turned a nice and beautiful polymorphic code into a fucking hard to maintain switch case that now this mother fucker here has to maintain just because he probably thought it was too hard to understand.
I bet he finds it hard to fuck his wife in any way other than the one she needs to wear a strap on and tear his ass apart...2 -
Team of developers suggest one of our legacy services is a nightmare to maintain, terrible to develop on top of and is fundamentally wrong in terms of data and application structure.
They are 100% correct and I fully endorse their request to redevelop it.
I'm less enthusiastic that their new version is much worse than the original...1 -
Most of us can and have gotten freelance work before, but I've only met a couple of alleged full time freelancers, and the idea has always fascinated me. For those of you who actually are able to pull it off, what's a typical day like, and how do you maintain a steady stream of clients?6
-
Gotta love when you have something breaking because of an interface you have to maintain for a subcontractor for some shit that never should have been subcontracted in the first place and the problem is an obscure error caused by a Microsoft product that you're only using because the other Microsoft product you were using is no longer supported. So I guess what I am saying is fuck subcontractors, fuck Microsoft, and fuck tlb files
-
So some client has their own server with their website that we made and maintain.
Recently they've revoked writing permissions for our user for whatever reason but expect us to change stuff.
This has been the case for a few weeks now and they still haven't given us writing permission back, but insist of us making the changes.1 -
I: Do you have any questions for us?
Me: How do you maintain an AGILE development team?
I: Have you heard of TRELLO
triGGERRED6 -
Aha. Worked hard to maintain a reputation on SO. Mail came yesterday saying all my upvotes were fake, and suspended my account.2
-
Backend Dev: Sir, I think we have a problem with our code. The function does have a lot of bugs in production that we can't maintain it.
Manager: Okay Front-end. You get a new Ticket. Prevent this bug by today
Front-end: Dafuck
Sometimes, I feel sorry for my colleague.1 -
Go to the vacation.
Return back to see all those useless features that should not be part of the MVP, that I have previously rejected multiple times, poorly implemented...
Now we have to maintain this shit, that nobody even uses in real life...
Fucking imaginary use cases... -
Half fact: Code reviews help to maintain clean codebases.
Full fact: Code reviews are a way to find out who secretly wants you fired.4 -
(1) Datetimes. Seriously, fuck 'em.
(2) Everybody always thinking: Come on, that little feature is so simple. It couldn't possibly take a whole week to develop.
(3) Nobody really caring or understanding or forgetting after you've told them that if you cut corners and do something the dirty way, it adds to the effort and time needed to maintain or build new features. -
from time to time i find it hard to organize my personal life. it appears that i forget stuff that does not seem important to me or just not interested in.
apart from my full time job i own a small business and try to maintain a more or less social life (as social as i can get with my dev background).
can you recommend any tools that you use to keep everything in line?12 -
All those complaints about having to maintain the shitty code the last developer left behind...
I work on a new project Monday. Modern stack on a platform I have no knowledge about. No one else more experienced to work with. I AM THAT LAST DEVELOPER!!!6 -
So one of the apps I develop and maintain is going to get penetration tested.
I recieved an email if I could whitelist all their ips so they could get acces to the system. Without any further details.
Like wtf? Arent you supposed to be testing if you can get acces xD
Next thing they will be asking passwords and keys xD and if I could build in a backdoor.3 -
Client hasn't paid since April last year. Now wants to engage another company to maintain my site. Kill switch?14
-
Funny how this company implements policies like a big enterprise when we only maintain three small apps2
-
I honestly don't care what you think about HTML or CSS, but if you think you are too good for it and IF I see you using <br> for margins, sticking everything inside divs or writing CSS that makes my eyes bleed, then I hope you get to maintain a codebase like that one day. The only thing worse than bad code is an ignorant dev. Don' be that guy.6
-
If I were cooking like I maintain my dev projects, I'd have a roast in the fridge, a frittata thats only missing the eggs, eight different pots of uncooked soup around the kitchen and the ingredients for a pudding in the cupboard. But I'd be eating pasta with a ready-made soup every day, because its finished.joke/meme theresnotevenasinglefinishedprojectinmygithub newideaseveryweek whowantspasta? comeonletstrythis bestappideaoftheworld-untilnextweek
-
Always write your code like the person who will maintain it is an axe murderer who knows where you live.2
-
taylor "cunt" otwell, too busy selling and shilling laravel addons to maintain the existing shit.
"0 issues"
https://github.com/laravel/...
https://github.com/laravel/...
https://github.com/laravel/...13 -
!devrant
So today my CTO reigned, and I heard rumours that they probably will have me as the next CTO. Me personally, I'm not ready for this ... Even as a Senior Software Engineer , sometimes I have obstacles leading the my Juniors (6 of them).
Also, for the same pay, I rather maintain my current position.
I am not ready yet.9 -
I take a colleague's project... and find this. How? Why? It was a small feature and now I have to maintain it. Fuck!3
-
I was assigned to maintain the website as full stack dev but the code from backend is horrible previous devs didn't use SOLID principle, DRY, KISS, or Design patterns. I had to adjust from OOP mindset to Procedural its hard to debug in this state.3
-
Called to maintain a WordPress site. Site has 100 plugins, two to disable right click. Somebody kill me already 😂😂😂1
-
god i despise these "javascript is bad" articles. everyone seems to be jumping onto that train ever since the WAT talk.
javascript is a *weakly* typed language with implicit type conversions, that's why `{} + []` gives you `0`.
it is not easy to be the most widely used language, and to maintain compatibility across varying platforms.
please think twice before dismissing hard work.
/rant34 -
Creator of the react router:
If you ever see this, you created one of the greatest library with one of the worst documentation ever.
And don't get me started with versions. In every single versions, you break everything so badly and nothing works anymore.
Everytime I need to do something related to react router, I just fucking roll on the floor and cry. Documentation is fucked up.
It's totally fucked up. In the github there's one documentation, in the website there's a different. At the end, nothing works.
Please, if you want to create a nice library like this, maintain it. If you can't maintain it, mark it as deprecated and someone will take over.
But keeping something like this and making it absolutely inconsistent doesn't help. I am really tired of debugging bugs related to react-router2 -
I've been asked by my manager to document my TypeScript project with more than a hundred .ts files such that "someone with no programming background should be able to maintain it."
I should get paid as a textbook author.10 -
When someone hiring you for an internship harasses you to maintain your code after the contract's duration...
Just stop treating me like a customer service and get on with your project man4 -
How many of you fellow devRanters out there have a blog? And, more importantly, actively maintain it?11
-
I was told the other dev hadn't enough time anymore to maintain this 20-year-old project, because he did it in his free time and we should transition from working together, learning the code, etc to me maintaining the whole thing with the other dev providing the knowledge about his program.
So, we had one meeting where I got the current state of the program and never really heard from the other dev again.
This thing was written in C and quite a mess (it still is, who needs refactoring...) and I have never programmed in C before. Needless to say, I learnt a lot.7 -
HTML is the core building block of the web. Why does everyone feel the need these days to abstract and virtualize and recreate the wheel? You’re only slowing down your site...plus adding layers of confusion for new comers and adding more code to maintain.12
-
I help maintain software that services thousands of users across millions of dollars of infrastructure.
My resolve is stronger than steel during a production outage.
Plex goes down for 1 minute at home and my toddler loses it, and I'm a fucking wreck.
Wtf is wrong with me?!4 -
Just got an internship in a big company. Related to web development but they want me to use/maintain legacy jsp, servlet code. Should I take it? There are other departments too but I have been put in this shitty one.4
-
My first job and the amount of bad code I had to work with influenced my coding style a lot.
One thing is reading about bad examples. Another thing is it to maintain these bad examples.3 -
Java Server Faces!
Don't get me wrong, I kinda love coding Java, but JSF is just a horrible technique for web development.
Had to do it since my company got to maintain an already existing backend which the customer wanted to have some more Features but the original dev didnt continue to support.
Attached hello world example from good old mykong for those not knowing jsf: http://mkyong.com/jsf2/...4 -
I told you it'll never work. If one .50BMG bullet is enough to destroy the entire tube thing, we have a deal-breaker. Not to mention large vacuum chambers are a bitch to maintain.9
-
When you work with other developers who would, for any feature, small or large, plop in a new library or framework of which they will utilize 1% of... I'm talking about things that we could develop in house in less than a day and have significantly less code bloat... and when you tell them this they smile, nod, and say yeah gotchu, and continue on... AND YOU HAVE TO MAINTAIN THE DAMN THING.1
-
Wow, Issues on GitHub are really a good way to maintain a descriptive TODOs for your personal project5
-
When java was facing extinction, during the JavaScript, Node, and reactive programming hype. It did what it had always done. just adapt to the hype and maintain backward compatibility. We can all learn a thing or two from the humble java. It never rushes, it's patient. Be calm and wait before you hype yourself.2
-
My idea of hell is being forced forever to maintain a prestashop website with hundreds of under-documented, readily obsolete, mutually conflicting, and most often useless modules.5
-
Using JavaScript... (we combine JS and c++ and I love c++ ... definitely not JS)
It is such a mess to maintain and work with and I never had any propensity or interest towards web development.. especially JS10 -
Old Boss from my year internship before I started my apprenticeship:
"It would be nice if you could maintain your written software even if you arent working here anymore"
Me: "Yeah. I'll try my best"
Boss: "Cool"
Me: "We Can use git, so I Can manage my Code better and you Can easily track everything"
Boss: "Ehh what? Don't understand"
Me:" .. Ok. We will use GitHub, so you Can See and create issues, I will maintain Code and so on"
Boss: "Yeah, graphical Interface Sounds good. .. Make it private. Here is my Account. Invite me please"
Me: "Invited you. You should Receive an email. Alternatevly you Can follow These steps *writes Long text, and describe How to use GitHub*
Boss: "*a week later* How Can I Log in into GitHub?"
Me: "..."4 -
One more startup proposal
And
I accept it
$500
One condition
I will not maintain anything.
Plot twist : it was my toy project
Every week I will show progress.
😂😂😂😂😂😂😂6 -
This is very long along. Senior Developer was doing my code and telling the best way to write jQuery and PHP codes.
The funny part is that he doesn't know anything about PHP and whatever jQuery code he told me to correct was very shitty and difficult to maintain.
That's when I knew. This world is fucked up!3 -
My new team mates type in the date and time of commit on their commit messages and maintain code only on master branch. Some people deserve have their write access revoked.2
-
Home hack
Made a stylus with Reynolds butterflow and ear bud.
Just have to slightly moisten the ear bud.
And have to maintain contact with the silver part of the nib cover.4 -
I don't know why they made so many algorithms, data structures and big O questions during interview, when all they wanted me to do was to maintain some legacy, tight coupled, spaghetti code with no architecture, documentation, tests nor any kind of engineering behind :/1
-
CTO/CEO (previous place) - we're not production engineers, so we're going to fork your code base and move way faster than all of you and then you can maintain it. Doesn't that sound inspiring?
25% of the company: ha... Here's our 2 week notice.2 -
Explaining difficult things in a way that they are understandable by non-expert audiences.
This helps a lot to focus on simplicity when programming. And simple means it'll get understood by your peer programmers, it is simpler to test and it will be easier to maintain, and so on... -
So I've been learning by doing node/express/angular stuff for the past 3 months at this startup.
Apparently the boss outsourced a web app for our newest project which i am to maintain upon delivery.
It's written in php.1 -
Complete disaster. As a C++ dev I was assigned to maintain some Python applications (some of them acting as proxies, wtf) just because the original authors left the team. It's slow as hell and it's not even a product - it's a helper tool. Cannot rewrite because nobody will give a green light for that. Why? Why?!4
-
But Why ??
Saw this I a project that my company wanted me to fix and maintain. There are more hilarious things like this. (I will keep you updated)
and I am finding things like this in the code.2 -
Let me tell all of you who don't like big frameworks..
The nice thing about them is that they minimize the amount of SHIT CODE all of you who think you know how to code, but actually don't, write..
And minimizes the amount of headache for the devs who need to then maintain/fix/change your SHIT CODE.
yes...lets put routes 10 dirs deep into the project and let ppl look for it..3 -
Person 1 to me: Website C needs this update.
Me: I don’t maintain that site. I only maintain websites A and B. I don’t know who does maintenance for your site.
Person 2 to me: Website D needs this update.
Me: I only maintain websites A and B.
Person 3 to me: Website E needs this update.
Aaaahhhhh 😫😡4 -
Every data communication example has Alice and Bob communicating with each other. I wonder after all these years how are they able to maintain a stable relationship.
I wish my girlfriend understood this. -
Finding out, for whatever reason, Microsoft decided not to include IdnMapping in the Silverlight Client runtime and spending 3 hours building a filthy hack via the RIA Service to do something that normally takes one line of code.
Then realising you still have to maintain a Silverlight project and cry some more.7 -
Too much technical debt
Write more unit tests
Unit tests failing, the code will be right so change the tests to pass
Too many unit tests to maintain, they look a lot like technical debt
Remove unit tests to reduce maintenance overhead -
A programme I have to maintain (and not allowed to optimise or change):
1) read input from serial connection
2) store data in MySQL database
3) every day convert to CSV
4) store on Windows file share
5) process CSV in access 2000
6) store in MsSQL database
When it was first developed, I said to te developer to store it straight from serial to MsSQL but out boss wanted it to follow the above spec.
He has now left and I have to maintain it1 -
What's worse than WordPress? WordPress + WooCommerce! What's worse than WordPress + WooCommerce? WordPress + WooCommerce + PayPal! What other more shitty software could we possibly add? Some malicious virus hidden somewhere in the millions of free WordPress plugins most of which are not even full open-source? Who can possibly review and maintain that rummage table of outdated crap code?13
-
Its good and practical but those who aim to fill gaps in the programming industry by trying to produce "programmers on demand" via a several month long bootcamp are complete idiots. Nobody can learn to develop a well structured application that's easy to maintain in a couple of months, either that is frontend or back end. We are trying to be engineers , not just solve problems.
-
Get an issue reported today stating that a report can't be submitted in a product we maintain. Taking their word for it I start investigating on our local copy of the product. Everything works as intended. Ok... strange. Take a look at the production copy aaaaand it was submitted. No issues at all.
Note to self. Don't believe the client. -
Am i the only one who really wants a chat and follow option on DevRant?
I find it very uncomfortable to maintain long comment threads of 20+ comments especially when you're discussing with a single other ranter on a certain issue :/12 -
Finally leaving a job that I've been working at. All we did was maintain a codebase that was originally built as a prototype by an intern, with no hopes of getting a green light on refactoring or rewriting. So glad I'm no longer part of that mess. Don't know why I'm writing this but it's just like a weight has lifted off my shoulders.2
-
My biggest sin is overshooting the problem - developing something "with the future in mind" which ends up way more complicated than it should be.
It works, works great, but nobody can maintain it because of the complexity, and because I usually write no comments in these situations.
But hey! At least I'm aware of it and working on fixing it in me.3 -
I have to maintain a system for a financial institution that only works with Windows XP and Ms Access 2003. All VBA code, security is handled using a workgroup file. Can't upgrade anything because client doesn't want to pay for it.
-
Personal mini-project from a million years ago which I practically don't maintain anymore, broke. External APIs are being bitches.
Made a fix, but I'm too lazy to push. (I don't think anyone else is using it tbh)
Huehuehue.6 -
Code Written few months ago: Hello, I have a bug inside me.
Me: Do I know you?
Don't ask me to maintain code written in the past2 -
48 boolean variables.
For real?
It's clear why the class name is "GameHardActivity", this certainly is hard to maintain, understand, edit, and believe.
I can understand people learning, but with 2 years of experience in programming??? And there's a matrix right in the middle!!!! USE ARRAYS, PLEASE!!!!9 -
When you have to debug a system made by a freelance agency that only had to get it working and not maintain and support it, leaves you with that feeling;
Their stack: https://m.xkcd.com/1636/
Their tool chain: https://m.xkcd.com/1579/
The actual resulting code: https://m.xkcd.com/1185/
And nobody can see why performance is suffering — it's all so simple and beautiful...undefined front end web dev tools stack wars my stack is bigger than yours tooling other people suck -
Maintain an up to date resume and work portfolio. Contribute to open source projects. Network with other professionals. Pursue professional development.
-
NEVER maintain multiple release branches as a maintainer, period.
Given enough PRs, nobody, not even god-tier maintainers, is able to keep track of all commits and the whole context/story behind it.
Remember that people ALWAYS PR against your master and nobody even cares about your whatever-named-next-branch buried deep inside your feature branches.
Please make it easy for others if you want actual contributions.1 -
Ngl, I'd probably become one of those guys that tries to port DOOM onto things, or maybe maintain some old repos. Maybe fuck around and actually write a unit test idk1
-
The shit code I wrote before my cs degree is marginally better than the shit code I write now. The lack of of improvement is related to the shit job I got after my degree. Cs degree did teach me a lot of good oo concepts and design.... That I rarely use due to shit legacy code I maintain.1
-
Prettier formatter, AirBnB linter.
Prettier defaults to double quotes for strings. AirBnB loves it some single quotes. Would probably be able to change the configuration in order to maintain sanity *now*, but when I was a newbie dev, I was given a repo with AirBnB linting built in after being recommended Prettier.
It was not fun times.4 -
Fucking incompetent manager.
I could spend my time trying to convince him about the leaner, faster way to launch.
But in order to maintain my own sanity and peace of mind, I have decided to let him screw up the project. Time to plan for an exit.3 -
All code and no tests makes a software buggy, hard to maintain and a pain in the ass to work with.3
-
Hosting Rails is such a pain in the butt.
Heroku, too expensive
DigitalOcean, hard to maintain unless using Hatchbox (Hatchbox, too expensive)
Shared cPanel hosting, too limited, too slow...
I'm setting my own server home from scratch just so I can master fucking Rails deployment.7 -
I want to spend about 10 minutes a day in to small code brain teasors.
I know there are apps like SoloLearn. I don't want to learn hard new concepts but rather just maintain the basic ones. I am looking for an app that gives me quizes, not just informational text
What would u recommend?7 -
Yoga! Helps me to maintain a sound mental health. As a result analytical thinking becomes more enjoyable and less stressful.4
-
Being handed an old system to maintain with scant documentation, and being expected to understand exactly how it works.. FFS It looks like a bunch of monkeys on acid got into the codebase 😣 I doubt even they knew what this fucking code does, and they wrote it!
-
That moment when you join an organization and your job is to maintain and update their website, but their past web developers didn't indent any of their HTML and CSS code, and their class names are all very vague...2
-
How can I be useful for the senior developer in my team?
I'm a junior developer and to senior developer I ask questions and do the delegated work. Are there other ways I can be useful to my seniors?
One of my seniors also mentors me I want maintain monthly 1:1s but not sure what to ask him each time.9 -
Hello and welcome come to hell for developers. Take a seat at any open computer.
You may have noticed we did away with the fire and brimstone.
Instead we just have you maintain the legacy code from your first job.
It's genrally html, php, javascript, and css all on the same page and all mixed together.
We would say have fun, but that's not really the point. -
how in the fsck is it possible that people like us can maintain a fleets of servers, create the most amazing applications that drive the world economy, but not figure out how in the mother fsckin world to make our girlfriends iphones backup to icloud. don't bury the shit i want to do under 10 fucking layers of option screens and shit ui because you think your customers are too dumb. apple fail.
-
I have stopped Windows updates in my laptop. But no windows has to do some shit in order to maintain its reputation. Every 10 min I get this pop up.9
-
nextjs is cancer framework. Shit so muddied together u cant maintain this shit. Random errors u have no idea where they coming from. Oh my God the hydration and useContext errors! Fuck them. Fuck nextjs4
-
I see people posting pictures of computers (ATMs, ad screens, digital signs, instruments, etc) failing and instead showing some Windows function, update, or the desktop. Makes me wonder: WHY would you use Windows this way? Think of how many product keys you'll have to buy and how many systems you'll need maintain to show a stupid sign? There's GOT to be a cheaper way of doing things like this.4
-
I took a job to maintain (for the near future) a VB6 app and rewrite it in .NET.
Mainly because it's not in the financial sector. Which sectors do you work in and which do you enjoy/prefer?2 -
Mentoring someone in iOS from scratch, then teaching him how to maintain 3 different apps. He is able to maintain them without me now which is testament to how well I taught him, but it was challenging. Especially since I had to simultaneously work on other tickets and live prod issues.1
-
So, the future of Apple is ARM, huh? So people are gonna have to maintain, like, SEVEN toolchains for Mac? What, we've got one or two for Mac OS <10.0, 2 PPC OSX chains that are version-dependent, 2 x86 version-dependent x86, Catalina x86 and now Catalina ARM too?
(These are to memory, if i'm wrong please correct me.)23 -
Hated that Android 8.0 (Oreo) and above for killing backend Services very effectively without giving a proper documentation on how to handle it or how to properly maintain and restart the Service without the user to turn on the app. Digging solutions for months and still till today I am totally clueless...8
-
Nobody wants to maintain XSLT mappings. Being a developer, even I don't want to. So what do we do? We parse the XSLT using JAVA code in a horrible attempt create an excel with mappings. God damn it!!1
-
Some of the software companies haunt their former employees to maintain the projects they worked on before leaving them, even if these companies know they have a full-time new job.4
-
Got accepted as a part-time FE developer in a well-known company.
Reality check: all I do is maintain a horribly formatted spaghetti code (20k+ lines in a file) using ancient tech like PL/SQL, prototypeJS and IE11.
Buy hey, at least I know some SQL magic now.. Right?!7 -
R.I.P John Doe
He made the mistake of writing unmaintainable code then leaving the team.
I just heard of his passing.
He was brutally beaten to death by the new maintainer. Now the maintainer is behind bars.
And now I've been asked to maintain it.
R.I.P Me as well I guess
Joke of course.6 -
I recently entered a new job as a software developer for a hot-in-market startup, and they are offering a huge amount of money to maintain just one app
The reason why they are offering that much money is because it is a hybrid app written in closurescript, they are willing to pay for learning closure but just maintain the app
So yay?2 -
Let me tell you a story about an independent contractor who was just told the reason I don’t have enough information to build, deploy, access, or test the software I was brought on to maintain…
is that the previous developer is holding all documentation essentially “hostage” in an attempt to squeeze more payment out of the client. What the tap-dancing shit have I gotten myself in to.3 -
Just wondering
@dfox
Will you ever maintain the issue tracker?
There are like 200+ issues/FR
https://github.com/devRant/devRant/...6 -
yo imagine if the most common and best toolchain for, say, Intel PCs was "mid-source": You can have the buildscripts, and a few extra seldom-useful bits, but nothing else.
Welcome to devkitPro: it's too hard to maintain a toolchain package for all the systems you develop on, so we'll maintain a modded copy of pacman you HAVE to use to get the only toolchain for Nintendo consoles for all systems. Oh, and it's not normal pacman, no, it's hardcoded to only be used for their shit.
Even on Windows.
why do they do this to us again?16 -
It was a little Java Swing Application for my friend who had to maintain a little notebook for his insulin values.
The device he used to read his values, saved them as a csv-file, so it was pretty easy to map them to a readable format, so he didn't have to maintain that notebook.
He never used the App. He got an implant that manages it for him.1 -
I bonded a lot with a co-worker over the last several months as I had to mentor him in iOS and how to maintain our apps. We mostly bonded over how much we hate Objective-C and the management of the project. Now we are buying Christmas presents for eachother. Bad code brings people together
-
for the life of me I cannot figure out in my mind how to structure this project I want to start, and jumping right into coding does not improve this mental block.
At work this Golang code base has a clean architecture, so easy to maintain and extend, and I'm unable to replicate it on my own project(s). It sucks to be an ignorant.2 -
What's worse than no comments? Outdated comments.
If you won't maintain your comments, I'd rather you don't comment at all. We are all better off for it.1 -
time to go for full snack development
https://youtu.be/h8fh9R4401g
https://youtu.be/y4w5E8W2f0M
started some open source project for discord bot that provides info for some free game users, through scrapping forum and requesting apis
This is kind of going to be a major refactorized second version, that considers all mistakes of a first version. And going to be much more scalable and easy to maintain.6 -
Is it possible at all to be a really good developer and maintain good interpersonal relationships?2
-
Lets take onlyfans system for example. They have fans and creators. How is database models supposed to be structured? Whats the correct way.
1) a User model that contains all users of all roles, but differentiates them by Role ENUM
2) a separate Fan and Creator model, each having their own unique attributes, while each extending an abstract base User model class that has all the common attributes that both models should use
The 1st approach is simple but gets very large and difficult to maintain and view all the attributes cluttered in 1 class. Not to mention how some attributes will never be used for a user who registered as a Fan.
2nd approach is more modular and easier to understand and maintain by knowing exactly what attributes to put for each model. However problems occurs when you try to join tables and stuff start to become overengineered14 -
Finish this one project which already takes way too long and like an onion there always appear new layers of fucked-up once I get through one of them.
-
Is managing a open source project more time consuming than a personal one?
Users keep asking me to make my app an open source project (and I have no problems with that), but I am afraid that it would be too much time consuming for me as I maintain 3 apps on the Play Store and also study and practice sport.3 -
Dahhhh. Pay for a damn hosted CI server please, like Circle or Travis, so I don't have to maintain this crappy Jenkins instance. More "plugin" updates by default than a crappy wordpress site.
Talking of which. Circle CI has come on leaps and bounds since I last looked at it. So much nicer than Travis. Think this is going to be my de-facto CI solution for open source stuff from now on.10 -
So for the past month I've been working on a new website for my department, it looks beautiful has a custom CMS and is all around great (not to tout my own horn or anything). Now my boss has taken it to the marketing department to get a final approval and they responded saying that a lot of departments are complaining about not being able to maintain their pages and how terrible the current ones look. They want to create WP sites for all the department's and make us maintain them. I know why I hate WordPress but they can't understand what's so bad about it. How do I convince them my custom solution is better than the monstrosity of WordPress?2
-
I hate when someone writes an amazing framework and then they abandon it and don't merge in pull requests so you have to pull it into your own project to maintain it.
-
Saw someone who wants to do a project online, asked what project it is, now hear me out:
A platform to share tech gossips, use web3 and tokenization to maintain privacy, and allow users to bet on the gossip using tokens
I mean… fuck me…3 -
PHP would say:
I am easy to get, expensive to maintain, frustrating to live with, and impossible to get rid off.6 -
Best way to get started with web development, especially php? Going to maintain an enterprise application without having any web development experience.2
-
I got our climbing club web page to maintain. It was written in PHP by our older member. So I learned programming and slowly added new features.2
-
I have to show, to a group of (let’s say) older devs with a basic grasp of JavaScript, how this React app works well enough that I can pass it on and they can maintain it...3
-
I was assigned to maintain a legacy project today. I downloaded the source code, configured the database server and imported the project in visual Studio. For a tiny, blissful fraction of a second, I expected everything to work on the first try.6
-
Got frustrated with trying to shoehorn an overly-customized, spaghetti code WooCommerce implementation back into one that is easier to maintain via plugins. Got on my bike and rode north toward my old neighborhood until I started recognizing landmarks. Part of me wants to keep riding and never return.
-
React + Redux + Router is do fucking awesome stack. Love It much more than angular 1.x. App works so fast, is scalable and easy to maintain.
Reactive paradigm for the winner!2 -
I have 3 goals this year.
Move out
Maintain at least 1 new long term friendship
Be more responsible
I have way more smaller things I want to do but these are the end goals. Each entail their own struggles but I know I can do it.
Keep me responsible fam -
Guys, how do you stay disciplined as a programmer ? I mean how do you manage to work , work and learn for your side projects and also maintain your health ans social life. Is it possible ?1
-
My company got a project from a client to maintain it. I checked the database and found there's a column named "Sorry_Created_Extra".
I just saw my near future clearly at that moment.2 -
Another cardinal sin: i use cortana. And she is useful. Get the pitchforks and torches you can send me to hell i have to maintain legacy php applications im acustomed to it.6
-
Web server configuration sucks.
Apache or nginx have they're own custom configuration language and I don't understand why.
We've plenty of languages to work with: why we should learn some another custom commands with enigmatic commands for weird stuffs.
I'm not a python funboy but, a web server with python based configuration file will be so easy to setup and to maintain.9 -
Kudos to those of you who can still maintain calm even if 5 different people are whining for your attention to get something done, all 'urgently', all at the same time.
I completely lose my focus and I get cramps.2 -
Question:
Can someone share resources or insights into system design or system architecture for a real time web app using nodeJS and scores in backend and react in front end
I was options to maintain and scale real time events
Basically a solid scalable architecture for a pub-sub kind of model4 -
Is Solana worth it? Like to learn Rust? Because even if I do well in Rust. Idk if I could find people to maintain it. Or should I stick with Go? And hope for Eth 2.0?
Any blockchain dev here? Enthusiasts? -
you guys ever seen a webservice returning view elements for the front end to interpret and generate views using a switch
switch(data.type)
{
case password:
// generate password field with returned value
...
}
is this really some new practice in back end / front end design ? it just frustrates me so much. web service should be returning data only. i can't maintain this code it's too much crap.2 -
Question for you developers and DevOps folks with kids in the community, specifically those that work from home...
I have a daughter who will be 3 next month. How do maintain your focus and "edge" while still keeping a life balance?
I used to have so much time and spent hours upon hours coding and learning. Now I find it so tiring and like my brain is turning to mush.12 -
I've been trying to push good practices at work, which includes migrating testing environment to vagrant.
Been trying to push it forward for months, and this week, a "genius"co-worker just started complaining we shouldn't overcomplicate and just provision a vm for testing for everyone to use, and boss agrees immediately!
Guess who'll have to maintain it whenever someone remembers to destroy it...5 -
https://stilldrinking.org/programmi...
/\ This is why all programmers should go on strike for a month and collectively collaborate to code a new, clean, bug free internet where nobody but you can control your data.
Also. It should only be added to by people who know how to code in order to maintain this clean code.
We can call it "internet level 2" or "internet 2.0"4 -
I had a logistical problem at my cnc job. Went to java. Then python. Then webdev with freecidecamp. Soon I'll have my certification as a front end and a I'll go on with back end. During this I make python script to make my wifes business easier to maintain and I want to start developing android apps soon. I'm 30 btw. I hope it's not too late... :)
-
Throw out the baseline, then inherit the new baseline we paid contractors to develop as a proof of concept using tech you don't know and maintain that.
-
I tend to bite my nails when concentrating on my code, therefore I am unable to maintain finger nails properly. How does one get rid of this abominable habit11
-
Question to all those who have worked with software architecture: What is your approach when implementing architecture and design into actual software?
I find it very hard to translate UML diagrams and architectural requirements into working code and I feel like there is quite a big "gap" between the two. How to you breach that gap and manage to maintain a clean and comprehensive architecture in your project folders?question clean architecture architecture requirements patterns suggestions project structure clean code software engineering11 -
Had a legacy web forms app to maintain. With some generic event handler. There is a variable called "aDirtyHack" inside the query resolver for the grid. It adds a extra column for one customer.
-
When your co-worker writes shitty code that not even he can maintain, you know there's an issue. When said co-worker just goes and fucks up VC, you know there's a problem. When that slimy little motherfucker hits my rubber duck off the table...2
-
After an idea has rolled into the production stage I become bored with it. I no longer want to maintain or even review git issues.
However when even the hint of a new project rolls in I start "pre-developing" in anticipation and excitement of a new project. Development and base design of a project is what keeps me going.
#firstworlddeveloperproblems3 -
Today, we can edit comments or post upto 5 mins only to maintain the flow.
But would it make sense to be able to amend comments and post anytime and east way to see publicly the history of edits. This will serve the original purpose while correcting cosmetic changes even after 5 mins.
What do you people think?5 -
"getConfig ()", where "config" is literally in the same mothfucking file and the fucking function's not even exported.
Yet, they complain, "why's it so hard to maintain?"...
If you've gotta ask, you shouldn't be here, you little shit
---
FUUUUUUUUCK, me hearing's ringing from this one -
Code Optimization 😉
Before doing: After doing the changes, it ll be much easier to maintain😇
While doing : how it was working before 🤔 why I need these lines 🙄
After doing : Never gonna optimize existing file instead will start following the standard hereafter😏
While working thereafter.. 😛 : Instead of following these standards which consumes time, I can make the logic quicker and will optimize later...
Again the cycle repeats 😂 -
Am I the only one here who thinks Go code is tedious and difficult to maintain? The language is easy to learn but to maintain it? #wtf1
-
Worst documentation I've dealt with? The documentation I didn't write. Lesson learned? There's always time to document, for your own sanity, and the sanity of anyone who has to maintain your work.2
-
Me: 'if you can, favour code that reads like prose. It is easier to understand and maintain'
Junior: myMethod(x.method()) << 52 -
"To be truly great, we have to understand the motivation of our clients, maintain constant two-way communication with shockingly uncreative people, get a firm handle on copywriting and how that craft exists symbiotically with the visual element, and foresee how the finished whole will be greater than the sum of the bits and pieces we spent hours obsessing over. All of these factors cascade into the final product." - Kevin Potts
-
My planned big purchases for this year:
- Gopro Hero 5 or 7
- Play station or Xbox, can't be bothered to buy and maintain a PC for gaming or have time to cry over the forced Windows 10 updates.
- Bike jackets
Now gotta work harder to afford them.4 -
Being the only dev to maintain a website with 20k unique visitors weekly, an admin panel for all the things you can imagine, including a custom e-shop, invoicing, etc, etc, and dozens of smaller websites is soo time consuming, and frustrating. I need a break and build something awesome...2
-
What have devs tried for creating and hosting their own blog?
I have tried multiple options with goal of being least painful to maintain. Recent is based on Netlify + Gatsby. Have documented here - https://abhi2rai.com/blog/...
But want to hear what others have done.6 -
"Unsolicited redesigns are terrific and fun and useful, and I hope designers never stop doing them. But as they do so, I also hope they remember it helps no one – least of all the author of the redesign – to assume the worst about the original source and the people who work hard to maintain and improve it, even though those efforts may seem imperfect from the outside." - Khoi Vinh
-
Sometimes I find myself convincing myself that I should start working on that old app they asked me to maintain at my company.
Today I am not able to convince myself. Help?!1 -
Me from the future
Only because if I say enough nice things about him, he might not come and kill me when he reads and maintain some of the code I wrote the other day....
me > You heard it me from the future, right? your cool! right?... I didn't want to! There was more code like it! I just followed what was written!!!
me from the future > Run!
me > (⊙_⊙') ohh shi.. -
Was prepared to fight tooth and nail in recent online codesprint. Well in short, I overestimated my ability to study for tests and now i have 2 choices: study for the test that is 2 days later, or code for 2 days to maintain my rank...
-
SCSS for my personal website:
@charset "UTF-8";
@import "C:///xampp/htdocs/...";
They both use a customised MDL and this way I can maintain code much easier.5 -
twilio has over 1000 engineers and they can't maintain both a mobile and desktop app
🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡
if you're smooth-brained and don't know what i'm talking about (i.e. sidtheitkid) yes I'm talking about the sunsetting of twilio's authy app in mid march...
going to be a real pain in the ass4 -
I refuse to jump on the github hype train, i will continue to maintain all my public repos in azure devops.
Fight me!8 -
Hey technosapiens 👋
Do you maintain any notebook or something to write codes?
Or Do you use notion for the same?
What are some best ways to use both notebooks means hard copies & soft copies to write algorithms or maintain notes or understanding the stuffs ?6 -
I read a quote once, and I can't recall neither the exact words nor the author. Can anyone help?
The quote was something like this:
"A website is like a garden. You aren't done once you've planted. You need to maintain it continuously." -
- Learned how to use Git properly;
- learning how to use SASS and building the stylesheet of this all by myself;
- Learned how to reuse my code all over the project;
- Made my first design pattern and ruleset to create and maintain a project. -
I want to learn Spring framework. A bit of research shows that spring boot allows me to skip all the painful xml configuration and generally makes life a bit easier. However, what if I have to maintain an old spring project in near future?
So,
a. Should I learn spring before spring boot
b. What is the best resource for the above?3 -
I'm doing a thing that I *think* will save time, but it's weighing the time saved in having to maintain the secure password against having to convince my manager that using a random string in an ansible deployment for a database is fine because everything that connects to it is in the same stack... What could go wrong?2
-
Guys I am new to Android Development,
1. Can anyone suggest me the most comprehensive Android Development Course on Udemy?
2. And I as I am new I was thinking that some apps say that they have to maintain their server but why, app is running on their phone memory. What does it have to do with server?question servers android development course app server course courses application server app development udemy android development15 -
haha i get to know so much new things everytime i try web development.
Interestingly, i don't know even the basics of any framework or websites, yet i am a "JAMstack" developer (coz i use mkdocs to maintain a website and am pretty comfortable with static site generators)
how cool is that? XD -
Clean code is the biggest bullshit in software development history. Oris it agile/scrum? Can’t decide yet.
Note: A new contender arrives with anti-nested coding cult. You hide your deep nested logic away from main logic block, so it is easier to maintain… Said probably by someone who never coded serious software.4 -
There are so many people which treat software NOT like a child. If you don't 'foster' it - it is going to be a mess in at least couple of months.... This makes me crazy.2
-
My first dev job was as an intern. Hired for my skills in Java and C++, had to maintain a big legacy software in VB.NET. I felt kinda lost and disappointed ...
-
I've gone from a "no early returns" guy to a "return as early as possible to maintain the happy path indented as much to the left as possible" guy.
Looks so much neater now. -
Guys, how do you structure branching in an enterprise project?
We're using git, managers are MIA, I'm basically helping another new guy kick off and maintain the projects that we have.
What would be a good branching strategy? Front end and backend in the same project, 5 man team in the future.2 -
What is it with UX designers who have no clue about what makes a good, usable, logical and efficient to develop and maintain UI that users will be happy to use?
The profession appeared out of nowhere a few years back and I have yet to meet a single one who has even basic sense of what makes good UX.7 -
Get back into regularly maintaining OS projects I used to actively maintain.
And resume the daily Disc Golf Strong exercises/stretches. -
"No, the Client doesn't like stored procedures so we have done all our TL parts of the ETL using a bunch of views on top of views on top of views."
Wish I could have been here at the start so I could have pushed back, sigh.
Siiiggghhhh, yet the client is anal about performance and even consistency in SSIS packages.....siiiggghhhhhh but we dont have SHOWPLAN permissions or even sp_who2 access...siiiigggghhhhhh.
If i expanded one of the final views, would be like 1k lines. For the amount of data, we move, there shouldn't be any noticeable processing time but it can take anywhere from 10mins to an hour.2 -
Fellow devs, I'm looking for a CMS which has markdown support and allows authorized entry.
Basically we are working with some clients on some IP. We want to convey what we have worked up via a website. But we want the access to be regulated.
We are currently using wiki to maintain the information.
What are my alternatives?14 -
Developers wanted! No I'm not a recruitment agency
I'm relatively new to the field. Been working 2 years as a Web developer at the same company. So I want to ask, is it normal to be made to sprint plan live issues for any websites you maintain?5 -
My teacher was shit, no experience, no knowledge, no nothing... Although I stil maintain that self taught is a valid method
-
They asked me to maintain the site from our scouting group.
Now all these people think I'm a God, it have to admit it feels good. -
I don't like BizTalk.
It's very powerful and all but the resource needed to develop, support and maintain far outweigh the benefits.
Everything seems half finished, for example the way to deploy, update and the admin console GUI are all a massive core to work with.
A small part of me dies every time I end up with a BizTalk project.1 -
WTF OPPO?
Why assume it's "malicious" when I'm the one that rooted my own phone?
It's even more ridiculous when I'm prompted to SIGN IN OPPO account to maintain the root status. Who's the fucking malicious one now?
This piece of shitty pink notification permanently stuck onto my drawer and I can't seem remove it. GG fucking WP but I'm just going to live with it.3 -
@dfox @trogus do you have any plans for adding chat with other plp around here or link to external portal profiles? I'd like to send a private message to one of them but I can't 😐
Btw I know it's hard to maintain something like that in a database since it takes much space but I wanted to ask anyway 😉14 -
Documentation. I know what I'm doing here. Future me will have no idea though. Neither will the suckers who have to maintain this spaghetti
-
Junior frontend here, I really fucked up with SCSS nesting. It's a nightmare to go back and maintain or extend the UI. I really should go back and sort this shit out. Some parts of the hierarchy even contains pointers which I phased out long ago, but somehow it still works.
Let this be a lesson. -_-5 -
When do we consider to "hack" some code in?
I am ashamed that I have to ask this. but the codebase is such a mess that simply adding another function to pass some information to 5 different classes that should not know about this. just to make it work. feels awful to me
wait why do I have feelings I get paid to maintain this shit.2 -
Growing career in the AWS field
I am from a technical background and I need to ask one question. How to maintain a growing career in the AWS field? Also tell me about the salary in AWS career.2 -
I'm about to build a webshop for a customer with about 5000 products.
I'll also maintain the site after it's finished.
Is magento 2 the best choice or what should i go with? Fire away :)
(First post btw)2 -
Clean code and experience.. if you had to maintain a big project over a long time you’ll learn to get your own code cleaner😅
-
Anyone have tips or extra features on asp.net mvc that i need to know in order to survive? I'm just starting to learn it as I have to maintain a neglected system and they only had one programmer working on it. And that only programmer is deceased.
My current emotion is like;
I'm a potato,
Not only physically,
But also mentally..2 -
I just released another UI, Auth, & CRUD scaffolding/starter kit package.
This is similar to my last package, but I've put everything inside one package. This makes it easier for me to integrate different features, as well as maintain it. This package has a bunch of improvements and some new features.
- Video: https://youtube.com/watch/...
- Repo: https://github.com/bastinald/ux
Thanks for checking it out. Hopefully someone finds it useful. -
1. Enter repository of proprietary Node package that you maintain
2. Run `npm outdated | tail -n +2 | awk '{ print "npm i " $1 "@latest" }' | bash`
3. push to master3 -
yet another stupid question, but was wondering how you react when you open dev tools at random sites and see their errs, funny debug msgs etc. ( on sites you don't maintain that is )2
-
I got some problem. I work on some company maintaining web application. Every time I add some feature I often accidentally break other features. I read about testing (unit test, integration testing, etc) and ask my project manager and CTO to implement test on our web application but they refused it. The reason is because the web application is already large and it will take a long time to implement. Actually maintain this application is very stressful because it takes along time to add new feature and every time I break something either CEO or Client will scold me. Do you guys have idea/solution to solve this problem?1
-
Learning programming is a tough work, how am I even going to maintain my skills in 4languages without forgetting about it after learning another one?3
-
Sometimes I don't do a proper review because I don't want to seem very nitpicking. However, now I have to maintain the code that was merged and it has some stuff which is not correct. Now I have to fix it.1