@deesapoetra you'll probably get a different response from different devs as this seems like a gray area depending on your background. As far as I can tell, web developers call many things "app" whereas in mobile, embedded and desktop development that has a slightly different meaning.
For me, an app refers to a piece of code that the end-user will interact with whereas a library is meant for yourself or other developers, typically as an underlying component of the larger application/system.
@zpartacoos so it's roughly the same as declaring a variable on any programming language then calling it for later usage.
Am i correct?
@zpartacoos
> For me an app refers to a piece of code that the end user will interact with.
ah... i see! Thanks!