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
-
Normal. These mf keep creating new frameworks every second so I will obvs. use vanilla js
-
for(int i =0; i<10; i++){//stuff}
for(iterator i=c.begin(); i!=c.end(); ++i){//stuff}
for(auto i : c){//stuff}
for_each(c.begin(), c.end(), [](){//stuff})
C++ here, and it goes on and on and on... -
@melezorus34 That is just how iterators are, I dunno.
Edit: There is no symbol for end, its getting another iterator. begin() returns an iterator as well. -
what? I learned javascript in 3 seconds and then all the other languages in the following 5, in my sleep, with my hands tied,
-
@JoseHdez2 some dudes are pro. I am sure if they are sent to space , the space would exceed resources.
-
I just want to write a tool that takes a basic framework with a suite of modular features, that then does an isomorphic tranform on the framework code, mixing and matching features, autouploads it under the name "[randomNoun].js" and then shitposts a few links to a dedicated twitter following.
just let a bot generate new sligjtly different js frameworks so we can hurry up and get it over with.
Related Rants
-
LOLjustCoding6I have a good one.. But I'll write it later..
-
adic24Intern asked Manager how can one become a senior developer. Manager explained and then, asked why? Intern sa...
-
sleek4A company I applied to asked me to make a small CakePHP project to see if i am worthy. I was fairly good with ...
Had a plan to master JavaScript in 4 months and then, cover HTML and CSS in the next 3 months followed by Java in the remaining 5 months.
10 years later, I am still learning JavaScript.
rant
wk208