Coder Social home page Coder Social logo

board-of-symbols's People

Contributors

felixrupp avatar rjhllr avatar stephaneuler avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

board-of-symbols's Issues

Meldung im Dialogfenster beim Schließen des Codeeditors

Wenn der Codeeditor geschlossen werden soll und bereits bestehender Code verändert wurde erscheint folgende Meldung:
"Code wurde geändert, trotzdem neu schließen".
dialog

Meiner Meinung nach ist hier das "neu" zu viel.

Gruß
Thomas

xml reader

in newer Java-versions reading the file codes.xm causes an execption

Compiling using MS VS

When the option MS_VS studio is selected in the compiling screen the program simply runs the command "cl" with parameters.
However the command doesn't exist until a batch file is called which will initialize cl and several other commands for this instance of the command line.

Issue with BoS and VS

Made the process as descriped in the readme file. Using VS as compiler. Get the following error, when running it.

boserror

Refactor 27 lines occurring 2 times in 1 files: InfoBox.java

I've selected for refactoring 27 lines of code which are duplicated in 2 file(s) (1, 2). Addressing this will make our codebase more maintainable and improve Better Code Hub's Write Code Once guideline rating! 👍

Here's the gist of this guideline:

  • Definition 📖
    Do not copy code.
  • Why
    When code is copied, bugs need to be fixed in multiple places. This is both inefficient and a source of regression bugs.
  • How 🔧
    Avoid duplication by never copy/pasting blocks of code and reduce duplication by extracting shared code, either to a new unit or introduce a superclass if the language permits.

You can find more info about this guideline in Building Maintainable Software. 📖


ℹ️ To know how many other refactoring candidates need addressing to get a guideline compliant, select some by clicking on the 🔲 next to them. The risk profile below the candidates signals (✅) when it's enough! 🏁


Good luck and happy coding! :shipit: ✨ 💯

Font size

should remeber font size for text in symbols

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.