Ranter
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
Comments
-
Hazarth94734yThis is a great example of
1. Bad comments
2. Why ToDo's shouldn't be merged into /master. Because you just *wont* come back to it for months, if ever...
The only good ToDo in master in my opinion is one talking what should be done differently in the next major release, and can be used to compile a list of tasks together with filenames where to start and hopefuly a gitblame name of who suggested it! -
@Hazarth That's actually understandable if you accept the fact that I'm not a developer, I'm a pepega cosplaying as one.
-
Well, "stackAdd" seems to be a pretty self-explanatory name. So just implement the push functionality there and rename the method to "push".
Not sure, what "stackManage" is supposed to do though. Normally, a stack doesn't need any maintenance.
Maybe you want to scrub it from expired weak references or something similar... -
workabit1574y@IHateForALiving i had to face such situations, but since i started to auto comment every single line even if it is obvious.
That really helped me figure out what i did 😂😂😂
Me vs my other personalities trying to figure out why we wrote whatever this thing is even supposed to be
rant
javascript