Giter VIP home page Giter VIP logo

Comments (6)

siriak avatar siriak commented on May 17, 2024 1

I strongly disagree with @ayaankhan98 on this matter because every language has its own style and ways. This is the reason why we need algorithms in many languages instead of just implementing them once in a pseudo-language. Algorithm implementations in different languages are the same algorithm, just expressed differently. This allows folks to learn the way things are done in a language. For example, one class per file rule is a de-facto standard in the .Net world and there is no good reason to violate this and put tests and code together. If we do so, people will get bad coding habits and will have to re-learn and break their bad coding habits when the time to do real work comes. As we are a big community and many people using our repositories are students, I think it's irresponsible from our side to set them a bad example with code that violates language and industry standards and best practices.

from website.

ayaankhan98 avatar ayaankhan98 commented on May 17, 2024

some previous discussions on the same issue TheAlgorithms/Java#474

from website.

ayaankhan98 avatar ayaankhan98 commented on May 17, 2024

In project type structure files are dependent on each other, learners will not be capable of executing a single file in isolation.

from website.

siriak avatar siriak commented on May 17, 2024

In project type structure files are dependent on each other, learners will not be capable of executing a single file in isolation.

Yes, you cannot execute a file in C# and other compiled languages. And what does it mean to execute an algorithm in the first place? You can apply an algorithm to solve an instance of a problem, but you cannot execute an algorithm per se.

from website.

stale avatar stale commented on May 17, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from website.

stale avatar stale commented on May 17, 2024

Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our Gitter channel. Thank you for your contributions!

from website.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.