Giter Club home page Giter Club logo

mojo-gojo's Introduction

Hi ๐Ÿ‘‹, I'm Edmond

A backend developer from Albania

edmondtabaku

edmondtabaku

Connect with me:

edmond-tabaku-b7569414b

Languages and Tools:

java javascript react spring spring

edmondtabaku

mojo-gojo's People

Contributors

edmondtabaku avatar ery4z avatar lhind-edmond avatar mbezhanov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ery4z mbezhanov

mojo-gojo's Issues

Proposal: Significant Whitespace

Currently any whitespace is semantically collapsed into a single whitespace. This can lead to programmes that are incorrectly formatted. It will improve readability if whitespace is treated as syntactically significant. Furthermore, using significant whitespace can enable the elimination of unsightly curly braces. Once curly braces are optional, significant white will eliminate brace-related syntax errors. Having a focus on operational efficiency and code simplicity, this could reduce debugging time and improve code quality.

Brace-Related Syntax Errors

Description

These errors occur when curly braces {} are mismatched, misplaced, or forgotten. They can result in compilation errors or, worse, logic errors that are hard to trace.

Examples

  1. Mismatched Braces:
func main()
    // code
} // Missing opening brace
  1. Misplaced Braces:
func main() 
{ // Opening brace should be on the same line in Go's style guide
    // code
}

Elimination

Introducing significant whitespace would remove the need for these braces altogether, thus eliminating the potential for this class of error.

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.