Skip to content

Conversation

@Nephtys
Copy link

@Nephtys Nephtys commented May 20, 2025

Importing an external library for lightweight operations increases overall size of the program.
Using native methods instead reduces the amount of memory and storage to run and store the application.
This is especially critical in environments with limited resources, such as on mobile devices or in web applications
where bandwidth and download times matter.

Smaller programs generally have better runtime performance.
Reducing the number of unnecessary modules minimizes the amount of code that needs to be interpreted or compiled,
leading to faster execution and improved overall performance.

It also increases the maintainability and security of your program by depending on less external dependencies.

@Nephtys Nephtys force-pushed the challenge-int-format branch 2 times, most recently from 561fd15 to 80cfc07 Compare May 20, 2025 16:02
@Nephtys Nephtys changed the title Add rule GCI1433 "No imported number format library" Add rule GCI1433 "No imported number format library" #TERRE May 21, 2025
@Nephtys Nephtys changed the title Add rule GCI1433 "No imported number format library" #TERRE GCI1433[TERRE][2025] Add rule GCI1433 "No imported number format library" May 21, 2025
@fbezagu fbezagu force-pushed the challenge-int-format branch from a635200 to b93f455 Compare May 21, 2025 13:02
@Nephtys Nephtys changed the title GCI1433[TERRE][2025] Add rule GCI1433 "No imported number format library" GCI535[TERRE][2025] Add rule GCI1433 "No imported number format library" May 21, 2025
@Nephtys Nephtys changed the title GCI535[TERRE][2025] Add rule GCI1433 "No imported number format library" GCI535[TERRE][2025] Add rule GCI535 "No imported number format library" May 21, 2025
@fbezagu fbezagu force-pushed the challenge-int-format branch from b93f455 to 634590d Compare May 21, 2025 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant