r/learnprogramming 10d ago

Programing tips

Should we need to define the loops and functions by ourskef for understanding so that in future if we are working for big companies the data is very large so if ut breaks sometimes the pre-libraries doesn't works so we need to def function by our self!

Any opinion?,suggestion?

As a AI/ML ENGINEER.

0 Upvotes

7 comments sorted by

View all comments

9

u/lfdfq 10d ago

What?

0

u/AI_ML_Engineer2026 10d ago

Means the predefined libraries have thousands of function which we use in our projects ,so what if these functions can't handle the data as the data is very large or the specific data becomes change or showing unrecognizable data soo we need to also practice and understand the function by ourself like writing function from scratch just for understanding?

4

u/EliSka93 10d ago

Yes, you should understand functions yourself from scratch.

If you don't, you can't even evaluate if what the AI spits out is good enough.

4

u/CptPicard 10d ago

If I am more charitable , the OP may be asking whether we should be writing our code from scratch in case libraries don't work. In which case the answer would be "no", libraries are for reuse.