Top Tweets for #CodeConcept
Code concept : isset() vs empty()
isset() checks if a variable exists and is not null.
empty() checks if a variable is empty (0, '', null, false, []).
Use isset() when checking existence. Use empty() when checking value state.
#php #phptalks #codeconcept
![PhpTalks's tweet photo. Code concept : isset() vs empty()
isset() checks if a variable exists and is not null.
empty() checks if a variable is empty (0, '', null, false, []).
Use isset() when checking existence. Use empty() when checking value state.
#php #phptalks #codeconcept https://t.co/oKuu1h6lRW](https://pbs.twimg.com/media/HDrRxBkaoAAWbFI.jpg)
Day 1 :
Let's test you guys .
What do you mean by polymorphism ?
Comment below in your own language, whatever you understood 👇
#concept #codeconcept #basics #test #IT #100DaysOfCode #programming #programmershub #programminglanguages
a big bunch of tools are named inside lino's talk about automated testing
by @LinoSchilde
#orclapex #apexconn21 #AutomatedTesting #Selenium #ATAF #utPLSQL #Codeconcept #Jmeter #Katalon #gatling #hammerdb #appium #autoit #eggplanet

Here's a #CodeConcept: Unit Testing
Unit tests are tests for a single function of code, to verify the input produces the right output. This is important for #refactoring so that you can change the code and verify it still produces the same output.
#100DaysOfCode

Here's a #CodeConcept: Do One Thing
Every function you write should only do one thing (ex. Only return "Hello!", not that AND the time). This makes them easier to test because there's only one output.
What's the craziest function you've seen in a code review?
#100DaysOfCode
Here's a #CodeConcept: Don't Repeat Yourself (DRY code)
This is a best practice when writing code to remove duplication, which should be in its own separate function. This way when something has to change you only have to change one spot.
What are your examples?
#100DaysOfCode
Here's a #CodeConcept: #Serverless
You submit your code to a cloud provider and they handle running and maintaining the servers, and decide how many servers are needed to handle the load.
One tool example is #AWS #Lambda for single functions. What are others?
#100DaysOfCode
Most Popular Users

Elon Musk 
@elonmusk
240.9M followers

Barack Obama 
@barackobama
119.2M followers

Donald J. Trump 
@realdonaldtrump
111.8M followers

Cristiano Ronaldo 
@cristiano
111.6M followers

Narendra Modi 
@narendramodi
107.1M followers

Rihanna 
@rihanna
97.9M followers

NASA 
@nasa
92.2M followers

Justin Bieber 
@justinbieber
91.1M followers

KATY PERRY 
@katyperry
88.2M followers

Taylor Swift 
@taylorswift13
82.1M followers

Lady Gaga 
@ladygaga
73.6M followers

Virat Kohli 
@imvkohli
70.8M followers

Kim Kardashian 
@kimkardashian
70.1M followers

YouTube 
@youtube
68.7M followers

Bill Gates 
@billgates
64.2M followers

Neymar Jr 
@neymarjr
63.6M followers

The Ellen Show
@theellenshow
62.4M followers

CNN 
@cnn
61.8M followers

Selena Gomez 
@selenagomez
61.3M followers

X 
@x
60.8M followers







