top of page

𝐻𝑜𝑤 𝑜𝑓𝑡𝑒𝑛 𝑎𝑟𝑒 𝑦𝑜𝑢 𝑢𝑠𝑖𝑛𝑔 𝑙𝑖𝑏𝑟𝑎𝑟𝑖𝑒𝑠?

Libraries are a "cheat sheet" heaven for many programmers.


Previous developers upload these libraries to provide insight into pieces of functional, valuable code. Utilising this "shortcut" can save up project timelines, shifting focus onto essential matters.


However, here are three tips to consider before copying code from the libraries:


Consider code use often by other programmers, reducing the chances of faulty code.


Check the last update status; avoid using codes that have not been updated in a long time.


Is it worth importing 10,000 lines of code for a minor feature or writing it yourself?



𝕎𝕙𝕒𝕥 𝕖𝕝𝕤𝕖 𝕕𝕚𝕕 𝕨𝕖 𝕞𝕚𝕤𝕤?




Comments


bottom of page