๐Ÿš€ OharaLumina

All Posts

Thumbnail for Posts

When should I use double instead of decimal

๐Ÿ“‚ Categories: C#

I can name three advantages to using double or float instead of decimal Uses less memory Faster because floating point math operations are natively supported

Thumbnail for Posts

When to use Interface and Model in TypeScript Angular

๐Ÿ“‚ Categories: Typescript
๐Ÿท๏ธ Tags: Angular Class Interface

I recently watched a Tutorial on Angular 2 with TypeScript but unsure when to use an Interface and when to use a Model for data structures Example of interface

Thumbnail for Posts

Why does Apple recommend to use dispatchonce for implementing the singleton pattern under ARC

๐Ÿ“‚ Categories: Programming

Whats the exact reason for using dispatchonce in the shared instance accessor of a singleton under ARC MyClass sharedInstance Static local predicate must be

Thumbnail for Posts

Will Dispose be called in a using statement with a null object

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Idisposable Using

Is it safe to use the using statement on a potentially null object Consider the following example class Test IDisposable GetObjectstring name returns null if

Thumbnail for Posts

WordPress asking for my FTP credentials to install plugins

๐Ÿ“‚ Categories: Programming

I installed a WordPress blog in my local system But when I try to add plugins from admin it asks for FTP access What do I need to configure for WordPress to be

Thumbnail for Posts

Xcode 1021 Command PhaseScriptExecution failed with a nonzero exit code

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Ios Xcode Cocoapods

Showing Recent Messages1 mkdir p