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 - "devon"
-
Don't let your team working be like this:
Monday:
Frontend: Hey, is the API ready?
Backend: Sure, will give you later
Tuesday:
Frontend: @backend, is the API ready?
Backend: yeah, yeah, will give you later, yesturday is busy.
Wednesday:
Frontend: @backend, is it ready?
Backend: Been working on some prd bugs, will give you later
Thursday:
Frontend: @backend...
Backend: ...
Friday:
Frontend: @backend...
Backend: Oh, I just find out that you should ask @backend_b for this API...
(I was actually trying to get my avatar, but this story is real)15 -
This is the face of NPM right now.
So, Devon Govett (Parcel creator, hella lot of GitHub stars) offered to kind of standardize package.json, but faced nothing but angry NPM-CLI creator telling him that he’s a “rando from internet” and “why the fuck are you even speccing something, and why would anyone care”. No real professionally ethical discussion, no invitation to discuss things together with team, no even polite “no”.
Definitely the friendliest behavior possible, well done!
https://mobile.twitter.com/maybekat...7 -
What the fuck is up with all these fucking shit-posts lately. devRant used to be fucking sick as and now it's just meme after meme and random shit everywhere. No true rants most of the time.
P.S. I'm back. Welcome to me.5 -
> What's so great about Ag?
- ...
- ...
- ...
- The command name is 33% shorter than ack, and all keys are on the home row! -
HOW to document business logic in code?
background:
I'm a frontend dev for admin system of our company. Often times I code things like: if user choose this product type and that settings then I show some other input field to input. I deal with mostly forms and show/hide UI for user. And after some time nor did user/PM/test or myself remember the logic of what should show or why something do not show.
So I want something to be able to let me write code and business logic along the way.(I'm not asking for API docs or function docs like JSDoc)
Great Thanks
Related topics:
And In terms of this, I would also like to build something to centralize PM's business DOC with developers API/dev Doc and also things like how to test for our test team and etc... basically a unified place to document everything, I think scenarios like these inside companies should exists so I would like to know how other company do this.9