Git Product home page Git Product logo

hello_there's Introduction

Is it time to replace Hello World?

It's a common practice to code the phrase "Hello World!", to the screen the first time you use a new language or program. I've written a couple blog posts about this with a few sample languages. "Hello World" Has been used for a long time, is it time to change? That is the focus of this project.

Here's how "Hello World!" is created in a few languages.

HTML

<title>Hello World</title>
<H2>Hello World!</h2>

JavaScript

console.log("Hello World!")

C#

Console.WriteLine("Hello World"!)

Python

print ("Hello World!")

def hello():
  return "Hello World!"
hello()

Well time and frameworks change, is it time to replace Hello World? What would be a suitable replacement?

What would make a dev smile to see on screen?

My Suggestion

The classic greeting from an old mentor.

.

.

.

.

.

Hello There!

Obi wan Hello There

HTML

<title>Hello There</title>
<H2>Hello There!</h2>

JavaScript

console.log("Hello There!")

Python

print("Hello There!")

def hello_function():
    print("Hello there!")
hello_function()

It works and adds a little humor and fun to a common activity. I plan to add "Hello There!" as I learn new languages. I have also opened the project up to first time contributors.

hello_there's People

Contributors

annakimdev avatar cljarvis avatar gervanna avatar pedaars avatar ridonky avatar

Stargazers

 avatar

Watchers

 avatar  avatar

hello_there's Issues

Add Hello There in Ruby

Add the Ruby code that would display Hello There! on screen.

Follow the instructions on Contribute file to add a Ruby version of "Hello There!".

Once assigned.

  • Fork this repository.
  • Clone the forked repository to your machine.
  • Create a new branch titles Hello_There.extenesion, with the extension being the language you are adding. (EX Hello_There.py)
  • Write the code for Hello There! in the chosen language.
  • Add a comment with a link to documentation.
  • Push the code and open a pull request.
  • Link to the issue in your Pull Request. (see Linked Issue below)

Add Hello There with PHP

Add the PHP code that would display Hello There! on screen.

Follow the instructions on Contribute file to add a PHP version of "Hello There!".

Once assigned.

  • Fork this repository.
  • Clone the forked repository to your machine.
  • Create a new branch titles Hello_There.extenesion, with the extension being the language you are adding. (EX Hello_There.php)
  • Write the code for Hello There! in the chosen language.
  • Add a comment with a link to documentation.
  • Push the code and open a pull request.

Add Hello There with TypeScript

Add the TypeScript code that would display Hello There! on screen.

Follow the instructions on Contribute file to add a TS version of "Hello There!".

  • Check to see if the language has a been assigned yet.
  • If the issue has not been assigned, ask to be assigned that language.
  • This is mainly meant for new to development people so please leave the issues for them.

Once assigned.

  • Fork this repository.
  • Clone the forked repository to your machine.
  • Create a new branch titles Hello_There.extension, with the extension being the language you are adding. (EX Hello_There.ts)
  • Write the code for Hello There! in the chosen language.
  • Add a comment with a link to documentation.
  • Push the code and open a pull request.

Update Hello_There.js

In Create Hello_There.js file, "Hello World!" is console logged. It should be changed to "Hello There!".
This is my first issue and I'm participating in Hacktoberfest with Virtual Coffee. Please assign to me :)
Thank you!

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.