289
Comments
  • 28
    Wow 🤣
    I'd say I am guilty of using some jugaad once.
    It was our external practical exam for algorithms, I wasn't able to write a perfect one,mine handled only few cases.
    Evaluation time : professor came ,ran a test case ,the one that my code handled 🤩.
    Ass saved ,but I wasn't very proud of my self 😅
  • 7
    @ceee happens to all us Indians at least once. Happened with me twice in my bachelor's degree.
  • 8
    How come that the teachers just give the grade and don't bother looking at the code even once.
  • 12
    @LinusCDE we have 50 students and there is one teacher, basically no one gives a fuck
  • 6
    @LinusCDE @drekhi12 we had multiple ones but still not many fucks were given 😅
  • 8
    @ceee @LinusCDE well at least my teachers didn't know anything good, they are still outdated and unwilling to learn new things. Those who new their shit didn't take shitty lab exams.
  • 4
    O_o
    @_@
    ن_ن
    -_-
  • 4
    Relatable. My friends did the same. Although one of them got caught and had to give the exam again. But, as our education system is horrendous and outdated he managed to pass.
  • 3
    I guess something like this happened to me too... I was supposed to write merge sort program... wrote whatever I thought would be merge sort ( I didn’t know merge sort algorithm ) and tested it... sorted perfectly...
    Still don’t know if the code was right or wrong 😂😂😂
  • 5
    Same happened in one of our final project assessment. Front-end was supposed to save entries to a remote database. Nothing was working as expected. So my friend manually created an entry in the database, and while giving demo to the professor, he simply added those entries in the front-end and then showed the prefilled db entries and claimed them to be the new entries. Flawlessly executed!
  • 1
    My God, I'm laughing so hard right now hahahaha.
  • 3
    It's not "a code" or "codes". It's just"code". Sorry, but this just grinds my gears.
  • 0
    @not-a-muggle things like android development are not even talked about by the teachers at my college. 🤐
  • 0
    @not-a-muggle
    If you are from Delhi you'd get it and it's worth telling.
    Else I'd say it's a generic govt. "University".
  • 1
    function rand() {
    // Guaranteed to be random.
    // Decided by fair dice roll.
    return 4;
    }
Add Comment